Xcode has conflicting provisioning settings

前端 未结 8 1703
不思量自难忘°
不思量自难忘° 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条回答
  •  萌比男神i
    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.

提交回复
热议问题