ios4 - How to have different build settings/phases for ad hoc and distribution build in Xcode 4 -


in xcode 3 made few build configurations, 1 being ad hoc, 1 being distribution. in each of them put whatever settings wanted have settings ( or pre build scripts) run ad hoc or distribution build.

in xcode 4 stuck schemes, , there 1 "archive" entry have choose build config uses. if want archive both ad hoc , distribution builds both have different settings there no other way go , change build config "archive" uses in scheme, or create 2nd scheme that.

is there easy way accomplish without using multiple schemes?

xcode 4 still has build configurations, can set clicking on project , project again in list of targets. each configuration can have separate build settings. conveniently build each one, have use 2 different schemes.


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -