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? 回答1: 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" 回答2: Product / Scheme / Edit Scheme.. And from the menu that comes up, select Release under "Build Configuration" . 回答3: Xcode 11 I found this question because I had already finished