美文网首页iOS Developer
iOS真机调试,application-identifier e

iOS真机调试,application-identifier e

作者: Sam129 | 来源:发表于2017-07-05 17:39 被阅读0次

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

    相关文章

      网友评论

        本文标题:iOS真机调试,application-identifier e

        本文链接:https://www.haomeiwen.com/subject/bypqhxtx.html