热门搜索 :
考研考公
您的当前位置:首页正文

iOS | App installation failed

来源:东饰资讯网

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

  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 -----------------------

Top