iPhone Developer' doesn't match any valid,

2019-04-18 10:15发布

Possible Duplicate:
Code Sign error: The identity ‘iPhone Developer’ doesn’t match any valid certificate/private key pair in the default keychain

Why do I get this message when I have specified that I am developing for the iPad and not for the iPhone ? Is there a separate private key that I need ? When I look at Keychain Access Certificates I do have a valid iPhone Developer certificate valid through Jan. 18,2013. So what's the problem ?

1条回答
女痞
2楼-- · 2019-04-18 10:50

You dont need a separate private key.

Make sure the bundle identifier in your build settings matches that of the provision profile, the profile which was signed with the certificate that you have in your keychain.

查看更多
登录 后发表回答