This application's application-identifier entitlement does not match that of the installed application. These values must match for an upgrade to be allowed
在真机调试的时候,Xcode运行发现报以下错误:
原因:application-identifier冲突;
之前上网搜的时候,大部分人提出了以下解决方法:
1.Open Xcode - > Window -> Devices
2.Click on your device and remove the app you are trying to install from the installed apps list.
3.Try running now.
但是在实际中,我看到设备的installed apps列表中并没有显示所有安装过的APP,找不到那个冲突的APP,如下图
正确的解决方法:由于手机中已经安装了一个同样的bundleid 的app,直接在手机中找到并删除那个和项目相同bundleid的APP后,重新运行就可以了。