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.
Any help is appreciated. Thanks.