Reputation: 138
I seen similar question for earlier version Xcode, but advice not help me.
I need update ios app after fix issues for company of my client and had not publish first version app. Previous app publish another developer. I see many certification and provisioning profiles in developer.apple.com. I export certifications and profiles from account and built archive with parameters in Xcode: "Code signing Identify" IOS Distribution and Provisioning profile:* Ios Team Provisioning Profile.
Status on Itunes Connect is "waiting for upload".
When I try upload I see message: "the private key is not installed on this mac". What key is it? Need I file with previous private key for update or I can create new? I try download certificates and generate .p12 file and create new provisioning profile, but all of this not helped me.
Maybe in Xcode 5 there are additional steps necessary?
Upvotes: 0
Views: 204
Reputation: 31339
The issue is, you have to generate the .p12 file from the keychain of your old developer machine or where it was generated. Because the certificate private key belonging to his system. Not yours.
Upvotes: 0
Reputation: 15861
You'll need to have the original developer transfer the app to your account. You'll then be able to get the proper certificates and provisioning profiles for it.
Upvotes: 1