Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 6 continuous integration can't find provisioning profile

With Xcode 5 i was able to manually copy the profiles to where they needed to be. This is not the case with Xcode 6. I have added the server to the team and still cannot build. I can build fine from Xcode on the same machine. I get the following message:

Code Sign error: No matching provisioning profiles found: No provisioning profiles containing one of the following signing identities was found:

It should work since Xcode works but Apple keeps hiding these settings more and more and I'm left without a way to troubleshoot this.

like image 767
JDM Avatar asked Oct 09 '14 18:10

JDM


1 Answers

It turns out I manually needed to copy the profiles to a new directory in /Library/Developer/XcodeServer/ProvisioningProfiles. Now I'm getting an error because "codesign" can't access the new special keychain apple is using for server, I can't access it either. Xcode 6.1 has a fix but I need server 4.0... It seems I can hack it but not sure if that's worth it or I should wait.

like image 113
JDM Avatar answered Oct 02 '22 13:10

JDM