MinimumOSVersion error while submitting Apple Watch app [duplicate]

醉酒当歌 提交于 2019-12-18 09:36:35

问题


I am trying to submit my app, but am seeing this error message:

ERROR ITMS-90455 "Invalid WatchKit App Bundle. The value '2.1' for the MinimumOSVersion key in info.plist in bundle {redacted}.watchkitapp is not supported"

I have updated Xcode but it still doesn't work.

UPDATE:

I have always the same error message with your settings.


回答1:


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




回答2:


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:




回答3:


Please set WATCHOS_DEPLOYMENT_TARGET = 2.0 in Build Settings of Project.



来源:https://stackoverflow.com/questions/34576079/minimumosversion-error-while-submitting-apple-watch-app

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