Reputation: 85
I have the developer certificates and provisions.I am using this certificates for generate the IPA. But in build settings certificates not accessing.I think that certificate not installed correctly.How to install the certificates in Keychains. Please give the suggestion
Upvotes: 0
Views: 1219
Reputation: 517
Ravi,
Thats mean that your development certificated did't created in your machine. for the same you require .P12 file who create this developer certificate.
Open the Keychain Access application (in the Applications/Utilities folder).
If you have not already added the certificate to Keychain, select File > Import. Then navigate to the certificate file (the .cer file) you obtained from Apple.
Select the Keys category in Keychain Access.
Select the private key associated with your iPhone Development Certificate.
The private key is identified by the iPhone Developer:
public certificate that is paired with it.
Select File > Export Items.
Save your key in the Personal Information Exchange (.p12) file format.
You will be prompted to create a password that is used when you attempt to import this key on another computer.
Upvotes: 2
Reputation: 54258
To distribute IPA via Ad Hoc Distribution, follow the steps below:
or
let Xcode 6+ handle Step 1 to 4 for you by pressing "Fix Issue" in Project Settings after you selected the Team.
Upvotes: 0