Companion works, but the compilied app (IPA) doesn't.
E.g. this:

"Expected a native object. Irritants: (#f")
Tested on iOS 26.3.
@ewpatton
Companion works, but the compilied app (IPA) doesn't.
E.g. this:

"Expected a native object. Irritants: (#f")
Tested on iOS 26.3.
@ewpatton
Thanks for the heads up. I have a rough idea what might be going on.
Actually the core reason is that the components aren't available yet in the iOS version when the globals are initialized. As a workaround you might be able to do this in the Screen1.Initialize event in the meantime while I work on the core bug.
Yes, I alread did.