Delete provisioning profile from Xcode 5

前端 未结 13 756
余生分开走
余生分开走 2020-12-22 19:00

I\'ve struggling with this for hours. I have 2 same provisioning profiles I\'ve created and the new profile didn\'t substitute the old one (which expires 6 days earlier than

13条回答
  •  礼貌的吻别
    2020-12-22 19:33

    To remove any reference to an unwanted provisioning profile from XCODE 5 here is what I did:

    1) Browse into the YOURAPP.xcodeproj directory

    2) With vi I opened up the project.pbxproj file

    3) Find PROVISIONING_PROFILE="ID_OF_THE_PROV_PROFILE_YOU_WANT_TO_DELETE"

    In every instance I saw this in the file I just set it to "" and XCODE never gave me an error again.

提交回复
热议问题