-2

This error show up when I am submitting the app to the store.What I have done is I have re-create the watch kit after I found that my project doesn't need to have glance interface.I have remove the target and old file.It have no problem when I execute on the device.

Error ITMS-90455: "Invalid WatchKit App Bundle.The value '2.1' for MinimunOSVersion key in info.plist in bundle 'appname.watchkitapp'is not supported."

ThananutK
  • 71
  • 7

2 Answers2

1

Just check go WatchAppTarget -> Build Settings -> Deployment -> WATCHOS_DEPLOYMENT_TARGET change from 2.1 to 2.0.

enter image description here

Buntylm
  • 7,345
  • 1
  • 31
  • 51
0

Change the watchOS deployment target from 2.1 to 2.0.

You can find it in Project Settings -> "Watch App Target" -> Build Settings -> Deployment -> watchOS Deployment Target

Nilesh Patel
  • 6,318
  • 1
  • 26
  • 40