Upgraded to iOS 7 beta / Xcode 5 beta and receiving warning “CODE_SIGN_ENTITLEMENTS specified without a valid Developer Signing Identity for iOS”

吃可爱长大的小学妹 提交于 2019-12-02 22:18:46

The problem is not with the Code Signing Entitlements. The problem is most probably with the Code Signing Identity.

In Xcode 4 the automatic profile selector was looking for a profile named: iPhone Developer. However, it seems in Xcode 5 the automatic profile selector is looking for a profile named: iOS Developer (as it can be seen in your screenshot) which most probably doesn't exist.

In order to fix this problem try manually selecting an existing profile from the Code Signing Identity drop-down list.

Keep automatic identity setting, but select a profile under "Provisioning Profile" setting and Xcode will pick up correct identities.

If you are having this problem because you are using Jenkins and it can't find the right code signing identity, you can fix it by setting it manually

It will automatically choose the right provisioning profile if it's present in the Jenkins node.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!