How can I skip code signing for development builds in Xcode?

前端 未结 4 2123
傲寒
傲寒 2020-12-25 09:56

Whenever I build my Xcode project, after compiling all my code, it takes forever to finish \"signing product.\" (I believe it\'s because the project includes about

4条回答
  •  太阳男子
    2020-12-25 10:56

    To turn the code signing off, go to your project and target "Build Settings", search for "Code Signing Identity" change its value to "Don't Code Sign" in both of them.

    To make this effective you need to change this value in the Project and all of the Targets separately.

提交回复
热议问题