Complete
over 4 years ago

WERETECH-6977

Compiler error with SDK 3.0.12 on System.getDeviceSettings() for CIQ 1 and 2 targets

I get the following compiler error for target fr45:

Error: Symbol Not Found Error
Details: Failed invoking <symbol>
Stack:
- onLayout() at C:\Projects\CIQ\projects\countdown\source\CountDownView.mc:23 0x100001cf Symbol Not Found Error
in onLayout (C:\Projects\CIQ\projects\countdown\source\CountDownView.mc:23)

This is the line it complains about:

var ds = Sys.getDeviceSettings();

This compiled fine with SDK 3.0.11.

According to the above compiler error affects targets with CIQ 1 or 2.

The only other targets I tried were CIQ 3 and they compiled fine.