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

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

    If anyone still has this issue - and happens to have setup a workspace with individual projects, I'd suggest you from the root folder do a:

    egrep -R "INPUT_THE_ID_MISSING" *
    

    and remove directly the PROVISIONING_PROFILE = "*****" line from the file in my case, it ended happening that an old xcodeproject has a bad provisioning but I was attempting to archive from within the workspace

提交回复
热议问题