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

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

    Find .xcodeproj file and open it with a text editor

    Find fields below and make them like this

    CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";

    PROVISIONING_PROFILE = "";

    PROVISIONING_PROFILE_SPECIFIER = "";

提交回复
热议问题