0

message: The WKWatchOnly key must not be present in your WatchKit extension's Info.plist because your WatchKit app is embedded in an iOS companion app. How can i change this configuration?

leosebben
  • 13
  • 4

1 Answers1

0
  • Go to your target list
  • Select your WatchKit Extension
  • Select tab [Build Settings]
  • Search for keyword "WKWatchOnly"
  • Change the value of App is Available Only on Apple Watch to No

Here is the screenshot for better understanding: Update WatchKit Extension setting for WKWatchOnly

Hope that you solve your problem.

Neklas
  • 504
  • 1
  • 9