Hello Everyone,
Ever since the recent WatchOS 7 Beta 3 update, I've been receiving this message in the debugger:
2020-07-24 09:59:36.206127-0700 appName WatchKit Extension[297:20532] [default] +[WKExtension sharedExtension]:38: Extensionless WatchKit apps should use WKApplication I created a new project (iOS app w/ WatchKit app) and received same output, which makes me think it is related to the recent Beta release. I am unsure about how this affects runtime, but this makes tracking print statements in the debugger really annoying.
I can't seem to find any information about this anywhere online, and was wondering if anyone has faced a similar issue.
Running XCode 12 Beta 3 on Apple Watch Series 4 (44mm, GPS) with WatchOS 7 Beta 3. The App is set to run independently of the companion iPhone app.
Thank you.