10.8OS,Xcode升级到4.5后,继续采用 http://blog.youkuaiyun.com/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 可以解决