See title. Since downloading the latest updates for my devices in the SDK Manager, my app will not start up in the simulator.
I traced it to an error that is being thrown during initialization. Here is roughly what my code looks like:
And here is the error message:
Error: Unexpected Type Error Details: Failed invoking <symbol> Stack: - initialize() at /Users/bostonwalker/Projects/codex/source/menu/menu.mc:44 0x10006ed3 - initialize() at /Users/bostonwalker/Projects/tactidex/source/tactidexMenu.mc:15 0x10002d24 - buildMenu() at /Users/bostonwalker/Projects/tactidex/source/tactidexApp.mc:606 0x100024f7 - initialize() at /Users/bostonwalker/Projects/tactidex/source/tactidexApp.mc:54 0x1000004e
I wanted to figure out what is causing the type error so I ran the app on a physical device (Fenix 6 Pro), but found that it runs fine there.
Also, this code worked fine in April of this year when I first built against SDK 4.1.2. The latest updates in the SDK manager seem to have broken it. I am still building against 4.1.2.
Thanks for your help.