How do I toggle between Debug and Release builds in Xcode 6 / 7 / 8?

后端 未结 3 1566
时光取名叫无心
时光取名叫无心 2020-12-13 01:14

How do I get Xcode to build an OS X app in release mode? I can only seem to find instructions for earlier versions and none of the screenshots match. I didn\'t see anything

3条回答
  •  爱一瞬间的悲伤
    2020-12-13 01:52

    When you want to generate a release build, choose Product -> Archive. That is a Release build. Now you can export as a Mac OS X app.

提交回复
热议问题