How do I create a release build in Xcode?

cyclingIsBetter picture cyclingIsBetter · Apr 18, 2011 · Viewed 71k times · Source

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?

Answer

bobobobo picture bobobobo · Aug 4, 2013

Product / Scheme / Edit Scheme..

enter image description here

And from the menu that comes up, select Release under "Build Configuration".

enter image description here