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

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

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

asp.net - call stack missing info on mono with apache and mod_mono -