code signing is required for product type 'Application' in SDK 'iOS 9.0'错误

在Xcode 7.0过后开发真机测试中往往会出现:

code signing is required for product type 'Application' in SDK 'iOS 9.0'错误,

一般的解决方案是:

前提:选择工程  → General → Team填写上自己的App ID(Xcode→Preference→Accounts→填写自己的App ID),因为Xcode 7.0以上只要有苹果设备,不需要开发者证书也能真机测试

11、 选择工程 → Build Settings → Code Signing → Code Signing Identity → Debug → Any ios SDK 将选项改为:iPhone Developer 将Provisioning Profile 设置成 Automatic(除非你下了该工程的测试证书)

2、可能是 选择工程  → General → Bundle Identifier里面什么也没写,随便写一个再修复吧。。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章