I get conflicting provisioning settings error when I try to archive to submit an iOS app

后端 未结 30 1277
误落风尘
误落风尘 2020-11-29 14:48

Now I\'m trying to Product>Archive my iOS app to submit. However, I am getting following errors:

AppName has conflicting provisioning settings. AppNam

相关标签:
30条回答
  • 2020-11-29 15:33

    Only thing worked for me.

    Open the project -> Select your target -> Go to Build Settings -> Search PROVISIONING and delete the selected profiles.

    0 讨论(0)
  • 2020-11-29 15:33

    Change your code sign in to destribution certificate .

    0 讨论(0)
  • 2020-11-29 15:34

    I had this same error, but I had already checked "Automatically manage signing".

    The solution was to uncheck it, then check it again and reselect the Team. Xcode then fixed whatever was causing the issue on its own.

    0 讨论(0)
  • 2020-11-29 15:35

    Please make sure the "Product Bundle Identifier" in Build settings name matches actual bundle identifier.This worked for me.

    0 讨论(0)
  • 2020-11-29 15:35

    For me, I need to switch from auto to manual, and switch to auto, same error. Switch to manual, and change those provisioning profiles and code signing settings and build and get errors, and switch back to auto, then it just success.

    0 讨论(0)
  • 2020-11-29 15:36

    In my case, i set the "automatic" option in Build Settings.

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