Code Sign error: Application Identifier 'com.reapptive.Floors2Go' which doesn't match the current setting 'com.reapptive.Floors2Go'

后端 未结 7 826
故里飘歌
故里飘歌 2020-12-13 13:02

I updated my provisioning profile to include some more devices for Ad-Hoc testing,I added this new profile and removed the old and now I am getting this error:

7条回答
  •  情书的邮戳
    2020-12-13 13:11

    I also had this problem while trying to replace a dev provisioning profile with an updated version. Looks like a bug.

    Running XCode clean, then setting the code signing identity (for dev, in my case) to "don't code sign", then setting the code sign identity back to the relevant development provisioning profile resolved the build error.

提交回复
热议问题