Reputation: 801
While trying to generate IPA for testing purposes, I receive a message:
"You have a valid iOS Distribution certificate in the Member Center, but it is not installed locally. If your signing identity is installed on another Mac, you export developer profile on that Mac and import it on this Mac. You can revoke current certificate and request a new one."
Why is this happening?
Upvotes: 6
Views: 4941
Reputation: 23558
in my case everything was done as per the manual (I'm experienced in this stuff) but it turns out xcode was acting out. I used the user local signing assets and I was done :)
Upvotes: 0
Reputation: 1
Go to Keychain Access
Log in to Apple Member Center
Open keychain Access
It should work now.
Upvotes: 0
Reputation: 1286
This worked for me
Upvotes: 0
Reputation: 15669
Majority of these problems are very easily solvable by Fastlane. In no way I want to promote a product - it's an open-source tool and saved me hell lot of time.
Upvotes: 2
Reputation: 31
It was Xcode bug.
When I tried to export developer profile from another system and installed in my system its working fine.
Upvotes: 0
Reputation: 1325
This is what worked for me.
On my machine I kept both Xcode 5 and Xcode 6 .
From Xcode 6 beta, Archive the project. Close Xcode 6.
Open Xcode 5, go to Organizer and export as Ad Hoc build with proper provisioning profile.
That's it!
Upvotes: 3