Hello,
I'm in the process of updating all my apps and watchfaces to SDK 4.2.4 (and after that to SDK 6.2.0). For the first app, I've runs across the following error when I run it in the simulator, but only for the Venu Sq 2 and Music devices. All the other new devices run without any issues (and has been running on the first Venu Sq):-
Error: Symbol Not Found Error
Details: Failed invoking <symbol>
Stack:
- onUpdate() at 704b03c0.mb:1709 0x30005ce8
- onUpdate() at C:\[...]View.mc:425 0x100026d3
Line 425 in the View file is just "View.onUpdate(dc);" and I can't figure out where exactly the error is coming from.
I've tried to debug using the debug file in the bin folder and converting the above hex to decimal, but it's not a PC hex number so I couldn't find it in the debug file. I don't have an actual Venu Sq 2 device so I can't use the option to build for device and test that way.
I don't know what else to do. Please advise.