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运行发现报以下错误:

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

原因: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,如下图

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

正确的解决方法:由于手机中已经安装了一个同样的bundleid 的app,直接在手机中找到并删除那个和项目相同bundleid的APP后,重新运行就可以了。

    原文作者:三方
    原文地址: https://www.jianshu.com/p/e5014226d2e9
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞