MinimumOSVersion error while submitting Apple Watch app [duplicate]

ぐ巨炮叔叔 提交于 2019-11-29 17:20:38

Try to set your minimum os version 2.0.Maybe 2.1 is too advanced!

There is a relationship between the iOS version you're supporting on a phone, and watchOS version available for a paired watch. For example, watchOS 2.1 would not be available with a phone running 9.0.x or 9.1

If you are supporting less recent versions of iOS, please set your minimum watchOS version to 2.0.

You can find this in Project Settings -> Watch App Target -> Build Settings -> (null) - Deployment -> watchOS Deployment Target:

Please set WATCHOS_DEPLOYMENT_TARGET = 2.0 in Build Settings of Project.

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