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

后端 未结 13 1291
慢半拍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条回答
  •  -上瘾入骨i
    2021-02-13 22:29

    I was able to get a fix done just by doing the following:

    1. Xcode -> Preferences
    2. Accounts
    3. Select your Apple ID and remove it by clicking the '-' button at the bottom
    4. Click the '+' button at bottom -> Add Apple ID
    5. Login with your Apple ID
    6. Download all certificates again
    7. Specify your profiles in your Build Settings
    8. Build

提交回复
热议问题