Can't Install App with WatchKit Extension on iOS 8.1 Simulator with Xcode 6.2

安稳与你 提交于 2019-12-05 16:00:01
|improve this question

This is a known issue with Xcode 6.2.

You can workaround it by adding a "MinimumOSVersion" = "8.2" key-value pair to your Apple Watch extensions's Info.plist file.

cnoon

Users will have to be updated to iOS 8.2 in order to install and run a Watch App. Anyone not running iOS 8.2+ will not be prompted to install the Watch App and won't even know that it is available. There are several reasons for this.

  • The Apple Watch iOS App isn't available on iOS until iOS 8.2+
  • The Watch Extension APIs for an iOS app weren't available until iOS 8.2+

There is some additional information here.

Hopefully that helps shed some light.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!