Xcode has conflicting provisioning settings

前端 未结 8 1547
不思量自难忘°
不思量自难忘° 2021-02-01 17:09

I have an Ionic 2 app, which builds and is testable in Xcode 8.2.1 Simulator environment, e.g. iPhone7 (Build Successful).

<
相关标签:
8条回答
  • 2021-02-01 17:58

    HERE IS THE FIX

    FOLLOW THESE STEPS: open your project in xcode, in my case I used xcode 9.

    INSIDE THE GENERAL TAB DO THE FOLLOWING

    UNCHECK THE FOLLOWING OPTION: Automatically manage signing

    THEN SIGN YOUR DEBUG PROFILE provisioning profile should be your development profile from the dropdown Team : will be populated because of the above provisioning profile Sigining Certificate: will be populated.

    THEN SIGN YOUR RELEASE PROFILE provisioning profile should be your release profile from the dropdown Team : will be populated because of the above provisioning profile Sigining Certificate: will be populated.

    That is all, clean and archive your project.

    0 讨论(0)
  • 2021-02-01 18:04

    For me Only this worked.I tried changing the Provisioning Profile(Deprecated) Value to Automatic.



    This worked for me and I hope it would be helpful for someone.

    0 讨论(0)
提交回复
热议问题