问题
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