Im trying to get the simulator or debugger to work. But it seems to be bugged out. When I open the TErminal window, i get the error below.
The debugger on the other hand gives me all gibberish.
Is there any help out there for this? Documentation or anything?
#!/bin/bash
path=dirname "$0"
if [[-f “$path/Corona Simulator.app/Contents/MacOS/Corona Simulator”]]
then
“$path/Corona Simulator.app/Contents/MacOS/Corona Simulator” $*
else
echo “ERROR: Could not find “Corona Simulator.app” in: $path”
fi
[import]uid: 792 topic_id: 7476 reply_id: 307476[/import]