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.
- 
 Possible duplicate of : stackoverflow.com/questions/377992/…Drahakar– Drahakar2011年11月30日 07:16:41 +00:00Commented Nov 30, 2011 at 7:16
 
1 Answer 1
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
 
 
 
 user149341
 
 
 Sign up to request clarification or add additional context in comments.
 
 
 
 Comments
default