4

All the WatchKit apps I'm building is working fully in the simulator, but whenever I'm trying to install the app on my real device (Apple Watch Series 1), the app crashes before the applicationDidFinishLaunching is being called in the ExtensionDelegate.swift.

The crash occurs for all the new and existing Apple WatchKit apps I'm trying to run on the real device Apple Watch Series 1 5.3.1

This is the output I get from the console:

warning: could not execute support code to read Objective-C class data in the process. This may reduce the quality of type information available.

Xcode console output

Any help is appreciated. Thanks.

JMIT
  • 169
  • 2
  • 15

1 Answers1

0

Updating the watchOS version from 5.3.1 to 6.0.1 resolved the issue for me. XCode version is 11.1

Before I tried many other suggestions without any success: - Clean build - Restart of XCode, MAC, iPhone, Watch - Remove and reinstall of my watch app - Re-pairing the watch with my iPhone - Playing with the settings of Embedded binaries

gutgemeint
  • 21
  • 2