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

后端 未结 30 1283
误落风尘
误落风尘 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:22

    If you are from Ionic world. You might get a "conflict code signing" error when you in the "archive" stage, as below:

    ... is automatically signed for development, but a conflicting code signing identity iPhone Distribution has been manually specified. Set the code signing identity value to "iPhone Developer" in the build settings editor, or switch to manual signing in the project editor. Code signing is required for product type 'Application' in SDK 'iOS 10.x'

    In this case, please go to Build Settings/under signing, code signing identity, and select both as iOS Developer, not Distribution.

    Go to the menu: Product/Archive again, then the issue will be fixed.

提交回复
热议问题