Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在从 Appstore 收到无效二进制文件的电子邮件后,修复了现在尝试再次存档的问题,Xcode 给出了错误,即 SDK iOS 5.1 中的产品类型应用程序需要代码签名。
那么如何禁用此代码签名。
感谢帮助。
在文件/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk/SDKSettings.plist
更改 CODE_SIGNING_REQUIRED YES
至
CODE_SIGNING_REQUIRED 否
重启 Xcode