A popup appears saying "The currently running device does not support this function. Please see if there is a device in the Connect IQ SDK Manager."
And here's what shows in the console:
Error: System Error Details: Failed invoking <symbol>
Stack:
- initialize() at 704b03c0.mb:1886 0x300032b4
- initialize() at /Users/rreeder/vscode_garmin/test955/source/test955View.mc:9 0x1000007d
- getInitialView() at /Users/rreeder/vscode_garmin/test955/source/test955App.mc:21 0x10000047
To reproduce, create a new Monkey C Project for a watch face in VSCode (I'm on a Mac), add the Forerunner 955 as a supported device in the manifest, and try building and running FR955 on the simulator.
I'm using:
SDK 4.1.3
macOS 10.15.7
VSCode 1.67.2
Monkey C VSCode Plugin: v1.0.5
Forerunner 955
I can provide the exact code if needed, but since it all came from the VSCode plugin boilerplate, I believe the same will reproduce it for you.