Posts

Post not yet marked as solved
3 Replies
I had a similar issue with Xcode using the wildcard ID instead of the explicit ID. To resolve it, I deleted all the provisioning profiles in the following directory:~/Library/MobileDevice/Provisioning ProfilesThen I re-opened the project in Xcode and it re-downloaded the correct provisioning profile with explicit ID.Hope that helps.