How to add configurations to Xcode?

前端 未结 3 1515
时光取名叫无心
时光取名叫无心 2020-12-04 21:27

There are no other way, I search a lot. In XCode 3 this is easy, but now..

In the screen above, I have the Build Configuration, so I can chose if I

3条回答
  •  情歌与酒
    2020-12-04 21:44

    You don't need it.

    Make sure you check the following list before you Archive:

    • In Edit Scheme: Select Release as Build Configuration for Archive,

    • In Project Build Setting: Set Entitlements.plist and your Distribution code signing for Release scheme,

    • In Entitlements.plist: Set No to ‘can be debugged’.

    Then archive and share with your ad-hoc provisioning or submit with distribution provisioning.

    Hope this is a comprehensive checklist.

    EDIT:

    to duplicate an existing configuration: enter image description here

提交回复
热议问题