Continuous Integration Xcode 6 Cannot Find Provisioning Profile

With Xcode 5, I was able to manually copy profiles to where they should be. This is not the case with Xcode 6. I added the server to the team and still cannot build it. I can build perfectly with 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 continues to hide these settings more and more, and I was left without tools to fix this.

+8
xcode continuous-integration osx-server
source share
1 answer

Turns out I need to manually copy the profiles to a new directory in / Library / Developer / XcodeServer / ProvisioningProfiles. Now I get an error because "codeign" cannot access the new special key for keys used for the server, I also can not access it. Xcode 6.1 has a fix, but I need a 4.0 server ... It seems I can hack it, but I'm not sure if it is worth it or should I wait.

+2
source share

All Articles