How to disable code signing requirement

隐身守侯 提交于 2019-12-11 15:27:59

问题


After getting email for invalid binary from Appstore, fixed issue now trying to archive again, Xcode is giving error that code signing is required for product type Application' in SDK iOS 5.1.

So how can i disable this code signing.

Thanks for help.


回答1:


In file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk/SDKSettings.plist

change the CODE_SIGNING_REQUIRED YES

to

CODE_SIGNING_REQUIRED NO

Restart Xcode



来源:https://stackoverflow.com/questions/11691979/how-to-disable-code-signing-requirement

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!