I have a desktop Actionscript project.
The following line
_rXML.part.instrument.(@id = instruments[@id]);
Produces the error
Access of possibly undefined property id
What is odd is that this error only occurs on OSX. The exact same code in Windows runs fine.
The Mac is running InteliJ / Catalina and Windows is running FB 4.6. Both are using SDK v32 and I think this error comes from the compiler so the different environment should not matter. I also think that the as Catalina only supports 64bit a different runtime is used.
How can I fix this issue and why does it only occur on OSX?