iOS真机调试,application-identifier entitlement does not match

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后,重新运行就可以了。

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容