Building iOS applications using xcodebuild without codesign

后端 未结 4 1519
执笔经年
执笔经年 2020-12-02 07:12

We\'re building an app for another company. They hold the signing key and would rather not share it with us.

It should be possible to separate build and sign, but h

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-02 07:45

    In the Project Navigator, select your project and open the "Build Settings" section of your project (and not any particular target).

    Under "Code Signing", find "Code Signing Identity" and for both Debug and Release modes set "Any iOS SDK" to "Don't Code Sign".

提交回复
热议问题