Xcode has conflicting provisioning settings

前端 未结 8 1546
不思量自难忘°
不思量自难忘° 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:42

    This worked perfectly for me. Give a try :)

    Step 1:

    Select the Project Target-- > Build Settings. Search PROVISIONING_PROFILE and delete whatever nonsense is there.

    Step 2:

    Uncheck "Automatically manage signing", then check it again and reselect the Team. Xcode then fix whatever was causing the issue on its own.

提交回复
热议问题