I’m a little bit frustrated when I am coding some projects with Delphi and FireMonkey.
Until I debug my code in Windows all works fine.
When I try to run in Simulator/Device (iOS/Android it’s the same) the application crashes.
Now I understand that (maybe) the problem is related to TStringLIST (see TString.AddObjects non working but i’m not sure.
Question: where can I find a FINAL document that explain what classes/objects I must avoid in FireMonkey projects?