Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone Developer' doesn't match any valid, non-expired certificate/private key pair-BUT I'm creating and Ipad app [duplicate]

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 ?

like image 551
Brian Avatar asked Mar 30 '12 20:03

Brian


1 Answers

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.

like image 169
Nitin Alabur Avatar answered Nov 16 '22 02:11

Nitin Alabur