10.8OS,Xcode升级到4.5后,继续采用 http://blog.csdn.net/vrix/article/details/7851377 中提到的免证书调试方法会报错
可能的错误有 code sign is required for product type ‘Application’ in SDK 'IOS6.0'
按照 http://www.cocoachina.com/bbs/read.php?tid=116700 的方法修改后,出现Code Sign error: a valid provisioning profile matching the application's Identifier 'XXX.XXX'(程序包名) could not be found
但是按照 http://hulefei29.iteye.com/blog/1684416 提到的方法,找到项目的Build Settings- > Build Active Architecture Only,将其从NO 设为 YES 可以解决
本文介绍了在10.8OS系统下使用Xcode 4.5进行开发时遇到的免证书调试问题及解决方案。针对升级后的环境配置导致的调试错误,通过调整项目的Build Settings设置,将Build Active Architecture Only选项由NO改为YES,成功解决了调试过程中出现的代码签名问题。
368

被折叠的 条评论
为什么被折叠?



