Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Issue while generating IPA using Xcode 6.3.1

Tags:

xcode

ios

enter image description here

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?

like image 647
bLacK hoLE Avatar asked Apr 27 '15 13:04

bLacK hoLE


2 Answers

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!

like image 149
vijeesh Avatar answered Nov 17 '22 23:11

vijeesh


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.

like image 43
Michal Avatar answered Nov 17 '22 22:11

Michal