ipad - iOS App Build Setting Differences between Debug and Distribution -


for iphone/ipad app, build settings make differently between debug , distribution build? please note unique settings iphone apps , ipad apps.

here doing (some set default xcode), gather exhaustive list. usual path stuff not included in list.

for adhoc , app store distribution build:

  • enable validate build product
  • set optimization level fastest , smallest
  • assign entitlements.plist code signing entitlements
  • strip debug symbols during copy
  • add ns_block_assertions=1 "other c flags"
  • for ipad app, set architectures , valid architectures optimized (arm7)

for debug build:

  • add debug preprocessor macros.

in debug build, set preprocessor macro debug , use a macro dlog instead of nslog of logging.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -