Search code examples
iosxcodemacosbuildrelease

How do I create a release build in Xcode?


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?


Solution

  • It is done over building an Archive version.

    First connect a iOS device to your Mac. Then select that device as target in Xcode.

    Now click on the tab "Product" and click on "Archive"