简体   繁体   English

如何使用我的操作系统版本在 Apple Watch 上安装应用程序?

[英]How to install app on apple watch with my version of OS?

I can't install the app , I am getting an error in xcode :我无法安装该应用程序,我在 xcode 中遇到错误:

"error: The deployment targets of your standalone WatchKit app and WatchKit extension must be at least 6.0" “错误:您的独立 WatchKit 应用程序和 WatchKit 扩展的部署目标必须至少为 6.0”

Could you suggest me what to do?你能建议我怎么做吗?

iphone 6 , version 12.4.5 ; iphone 6 , 版本 12.4.5 ; apple watch series 4 , version : (5.3) They both have the newest version of OS. apple watch series 4 , version : (5.3) 他们都有最新版本的操作系统。

While your phone has the latest iOS that it supports, your watch doesn't - A stand alone watch app requires watchOS6 or later.虽然您的手机具有它支持的最新 iOS,但您的手表却没有 - 独立的手表应用程序需要 watchOS6 或更高版本。

To deploy a stand-alone app you need to change the deployment target of your watch app to watchOS 6 and upgrade your watch to watchOS6 (and your phone to iOS 13).要部署独立应用程序,您需要将手表应用程序的部署目标更改为 watchOS 6,并将您的手表升级到 watchOS6(将您的手机升级到 iOS 13)。

Since your phone doesn't support iOS 13, the alternative is to develop a watch app that has a companion iOS app;由于您的手机不支持 iOS 13,因此另一种选择是开发具有配套 iOS 应用的手表应用; this is supported on your current iOS and watchOS versions.您当前的 iOS 和 watchOS 版本支持此功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM