2

I wanted to compile my xcode project using the command-line. Anyone, knows how to do this?? Or it would also be of help if you can tell me where I can find a reliable documentation / tutorial about on this.

asked Nov 30, 2011 at 7:07
1

1 Answer 1

2

If you have an XCode project in place, you can use the xcodebuild command-line utility to compile it.

Failing that, you can use gcc / ibtool / etc. directly, and move files around to create your app bundle. That's considerably more complex, though.

answered Nov 30, 2011 at 7:15
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.