Xcode Tip: How to fix error “Profile doesn’t match the entitlements file’s values for the application-identifier and keychain-access-groups entitlements”
Editor’s Note: I had this problem and it drove me nuts until I found the below answer.
Thank you for reading this post, don't forget to subscribe!
Nothing is more frustrating than working on an app for weeks or even months, and getting the above error when you try and upload it to the App Store. Thanks to this article, I finally fixed the issue. Here’s a quick step by step how to.
- Close Xcode.
- Open Finder.
- Press [CMD] + [SHIFT]
- At the Finder window, select the “GO” option and select LIBRARY > MOBILE DEVICES > PROVISIONING PROFILES. (****)
- Move everything in that Folder to the Trash. DO NOT Empty it!
- Go back into Xcode and load the project in question.
- Rebuild the project.
- Try uploading it to the App Store.
If all goes well, go ahead and empty the trash.
(****) If you cannot find the Library folder, you may have to unhide it. Select the [Option] key to show the Library Folder.
About Post Author
(Visited 56 times, 1 visits today)