Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm experimenting with the Mac OS X Automator to build my iOS app Xcode project. There is an Automator action under "Developer > Build Xcode Project".

What is the output of this action?

I can save the output as a file, but I have no idea what extension it should be. I'm not sure what I should do with the output either. Thanks!

share|improve this question
1  
Have you tried piping it into the View Results action? Or, if you saved it to file, have you tried viewing the file? At a guess, it might be the build transcript. – Ken Thomases Apr 11 at 19:07
You're right, it is the build transcript. The Result Viewer just shows the path to the Xcode project. I suppose the compiled binary is still inside there. The Automator is not as intuitive as I thought. Thanks for the tip. – user444731 Apr 11 at 22:49

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.