如何禁用代码签名要求 [英] How to disable code signing requirement

查看:123
本文介绍了如何禁用代码签名要求的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

从Appstore获取无效二进制文件的电子邮件后,现已解决的问题现在试图再次存档,Xcode给出了错误,SDK iOS 5.1中的产品类型为"Application"需要代码签名.

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.

感谢您的帮助.

推荐答案

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

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

更改 CODE_SIGNING_REQUIRED 是的

change the CODE_SIGNING_REQUIRED YES

CODE_SIGNING_REQUIRED 否

CODE_SIGNING_REQUIRED NO

重新启动Xcode

这篇关于如何禁用代码签名要求的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆