xcode no matching provisioning profiles found

MTplus picture MTplus · Oct 22, 2014 · Viewed 22.2k times · Source

I have an Adhoc iOS application that give me a "no matching provisioning profiles found in xcode 6", I have created a Adhoc profile, downloaded it, doubleclicked it and selected a Team under General - Identity. But I then get that message, and try to use the "Fix issue" button does not help. In Build settings - Provisioning Profile - Release I have "Automatic".

Can anyone please help me, I'm totally lost...

Answer

Mike Gledhill picture Mike Gledhill · Nov 26, 2014

Another cause of this nasty little error:

I didn't realise, but your XCode Project has one set of Code-Signing & Provisional Profile settings, but the Targets in your Project have another.

Today, I had set the correct Provisioning Profile values in Project, but XCode 6.1 was quoting a different Provisioning Profile name in its Build Error of "The provisioning profile specified in your build settings ("Mikes Provisioning Profile") has an AppID of.."

So, be careful that you check your settings in both places, if XCode quotes a Provisional Profile name which you weren't expecting.

It's amazing that XCode has reached v6.1, and its still as developer-unfriendly as ever.

If anyone needs me, I'll be at the pub...