美文网首页
iOS 真机调试 Unable to install “xxx”

iOS 真机调试 Unable to install “xxx”

作者: 山野武夫 | 来源:发表于2021-01-18 10:10 被阅读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.

翻译出来就知道了:

此应用程序的应用程序标识符授权与已安装的应用程序不匹配。这些值必须匹配才能允许升级。 

意思就是手机上已经安装了一个用这个bundleID的应用了,出现这种情况肯定是使用用一个bundleID在不同应用程序上运行导致的。注意一下bundleID就行,要么就是删掉手机上已经存在的app,就OK了

相关文章

网友评论

      本文标题:iOS 真机调试 Unable to install “xxx”

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