Xcode 5: “No such provisioning profile was found …” error

后端 未结 13 1304
慢半拍i
慢半拍i 2021-02-13 21:46

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

13条回答
  •  庸人自扰
    2021-02-13 22:19

    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.

提交回复
热议问题