Why is it that when I build an application, Xcode creates a debug build? I want to create a release build. How can I do this?
Create an Xcode Archive. To test the exact conditions your app user's experience, create a release build. In your Xcode project's scheme editor, set the run destination to a device and adjust the archive task to the Release configuration. Then, choose the Archive option in Xcode's Product menu.
A release build uses optimizations. When you use optimizations to create a release build, the compiler will not produce symbolic debugging information.
Product / Scheme / Edit Scheme..
And from the menu that comes up, select Release under "Build Configuration".
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With