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

后端 未结 13 1292
慢半拍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:14

    Well, I solved this issue going back to a previous version stored in Time Machine, deleting all certificates and profiles both on Developer website and computer, deleted files in ~Library/MobileDevice/Provisioning Profiles and the certificates stored in Keychain Access. Also checked in project.pbxproj that no PROVISIONING_PROFILE was set.

    Then, I loaded the old version in Xcode and I was able to build and archive it.

    After that, the newest version worked again.

    By the way, if you try to distribute an app to a device running iOS 7.1, read this

提交回复
热议问题