The FireMonkey Low Code App Wizard works fine on Delphi 11 (in RAD Studio 11). The generated project runs without issue.
However, after upgrading to 11.1, whenever I run any generated project by the wizard, I got an error, like this:
After using the debugger to trace the error source, I found that when the program runs to this line (in the function TScreenOrientationMonitor.GetScreenOrientation in Model.Types.pas) the error will be raised.
Since I'm new to this wizard, can anyone please share any clue with me?
Thanks a lot.