Acknowledged

Bug: Venu3 Circular Dependency Error

Add the following code into the standard watch app template directly after the import lines:

class Test {
    var hasMaps = (WatchUi has :MapView);
}
var g = new Test();

When running on a Venu3 in the sim, this crashes:

Error: Circular Dependency Error
Details: Failed invoking <symbol>
Stack: 
  - <init>() at D:\Users\jbigg\VSCode\CIQ-Test\depend\source\dependApp.mc:6 0x100000d2 
  - <init>() at D:\Users\jbigg\VSCode\CIQ-Test\depend\source\dependApp.mc:8 0x10000014 
  - 
Native code0x80000000

This only happens on a Venu3, has worked for years on all other devices. Not sure if this happens on a real device or if it is a sim issue although I am trying to get this tested.

SDK 6.2 and 6.3