How do I create a release build in Xcode?

后端 未结 5 1071
日久生厌
日久生厌 2020-12-04 13:55

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?

5条回答
  •  有刺的猬
    2020-12-04 14:41

    To create a release build, you have to edit your current scheme (⌘<) and highlight "Run [name of application]. On the right, select "Build Configuration" and choose "Release". Build as usual.

提交回复
热议问题