I have a project that was functional, and as I copied the project's
folder to another Mac, the compiled app started showing a dialog "the
variable MyVariable is not defined (-2753)" at launch.
The variable that is placed within a "on launched" handler is defined,
even tried putting a property MyVariable: "" on top of the code, but
the dialog still persists.
Cleaning all targets did not work.
I have seen this strange behavior before, but the error was not in the
Variable itself, but in some other line in the code.
I have tried renaming the variable through out the whole code, using
find and replace, but the problem persists.