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:44

    Don't forget to do this,

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

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

    For me change Code Signing Identity to all iOS Developer for both of Debug and Release.

    And Code Signing Style to Automatic.

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

    I opened the project file in a text editor "Atom" then I searched for the provisioning profile id and deleted it.

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

    Go to build settings, search for code signing identity, and set Any iOS SDK value for iOS Developer:

    0 讨论(0)
  • 2020-11-29 15:46
    1. General -> Signing -> check automatically manage signing and select team

    2. Build settings -> Signing -> Code Signing Identity -> SET ALL TO "IOS developer"

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

    This worked perfectly for me.

    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.

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