How do I create a release build in Xcode?

后端 未结 5 1144
日久生厌
日久生厌 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:53

    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"

提交回复
热议问题