Reputation: 5427
I have an iOS app which is ready to be loaded to the App Store using Application Loader. In https://developer.apple.com/ I have just created a new Development Provisioning Profile whose name is "Profile.name_project" and I have just downloaded it too. The problem is that damned file cannot be installed in my XCode. Following some questiones here in SO, I have learnt that I need to go Window->Devices->My Mac->Show provisioning profiles (on the gear icon). Then, when I try to add a new provisioning profile with the '+'button I navigate ti Download folder with Finder but the .mobileprovision file is gray and disabled, I can't add it. In fact, if I try to build my project I get
Code Sign error: No code signing identities found: No valid signing identities (i.e. certificate and private key pair) matching the team ID “xxxxxxx” were found.
What am I missing?
UPDATE
After having done what Arik Segal suggested - which I had missed to do -, I selected the correct team in ProjectName -> team name. I don't know why someone had set another team to which the provision file did not belong...
Upvotes: 2
Views: 1111
Reputation: 3031
Try downloading and installing it using Xcode:
Upvotes: 1