美文网首页
iOS | App installation failed

iOS | App installation failed

作者: Rickie_Lambert | 来源:发表于2017-03-13 16:55 被阅读665次

真机测试的时候,遇到的两个问题,不知道是哪里出现问题,先记录一下这个问题。

  1. App installation failed, This application or a bundle it contains has the same bundle identifier as this application or another bundle that it contains. Bundle identifiers must be unique.
真机测试遇到的问题01.png
  1. This app contains an app extension that specifies an extension point identifier that is not supported on this version of iOS for the value of the NSExtensionPointIdentifier key in its Info.plist.
真机测试遇到的问题02.png

检查一下项目 Deployment Target 中设置的支持 iOS 系统是否和 SDK 的版本不匹配的问题。

------------------------ end -----------------------

相关文章

网友评论

      本文标题:iOS | App installation failed

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