MinimumOSVersion error while submitting Apple Watc

2019-01-29 06:34发布

This question already has an answer here:

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:

enter image description here

I have always the same error message with your settings.

3条回答
▲ chillily
2楼-- · 2019-01-29 07:25

Please set WATCHOS_DEPLOYMENT_TARGET = 2.0 in Build Settings of Project.

enter image description here

查看更多
Bombasti
3楼-- · 2019-01-29 07:27

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

查看更多
男人必须洒脱
4楼-- · 2019-01-29 07:36

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:

enter image description here

查看更多
登录 后发表回答