[SOLVED] (iOS) Map markers crashing app?

Only occurs on iOS Ad-Hoc direct install, LiveContainer and installd. No issue on AI2Connect or android apk.
Markers fail to load "RuntimeError. Irritants: (Cannot find the component: Marker1 Problem with the application)". Screen fails to load.
pjv3 (1).aia (41.8 KB)

The issue was that global variables were using Marker_ values and Screen1 had none. The crash was actually because of Map.BoundingBox which I had reported here a few days ago.

I haven't deployed the fix to the buildserver yet. I'll see if I can make time to do that tomorrow.