Is there a way to build for the Production version of an iPad app, so that NSLog
won't print anything out, and higher optimization level is used for the compiler, and no debugging information is put into the code, etc?
I tried Product -> Build for -> Archiving
and also for Profiling
, and chose Product -> Perform Action -> Run without building
, but I still see the messages from NSLog
and it looks like it is a debug build.