I\'m trying to distribute a new version of the app (it can be installed OTA) and I got the error:
\"Code Sign error: No matching provisioning profile found: Your
This took me a long time to figure out. I wasn't keen to redo all my profiles and certificates like some of the people suggested. My error message was saying ""Code Sign error: No matching provisioning profile found: Your build settings specify a provisioning profile with the UUID “6278e001-8887-4fe4-a95c-a722c896792f”" but then when I went into ~/Library/MobileDevice/Provisioning\ Profiles
and printed out all the files using ls -la
I could clearly see the profile there.
I tried doing a Clean
and Clean Build Folder...
. I then tried to remove derived data. None of this worked.
But then when I simply quit Xcode and opened it again it worked
Xcode must be storing a cache somewhere when it opens up. This seems crazy to me. But what can we do.
I hope this helps someone.