iphone - Mimicking xcode's build process through xcodebuild -


i'm looking build + run iphone xcode project totally outside of xcode.

currently i'm using xcodebuild build project - seems build cleanly:

https://gist.github.com/8eadfb1acca4d101624b

unfortunately doesn't seem replicate same build done xcode. rebuilding leads bunch of syntax errors.

are there other flags should passing xcodebuild?

maybe have problem shared precompiled headers? like, building different versions of project on same machine. try stating "clean build" (or clean install, whatever want do) build actions @ end of xcodebuild call.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -