How to configure ZeroBrane with Corona simulator on MacBook

64 Views Asked by At

I installed Corona-36674 and ZeroBrane on a MacBook but I don't succeed to get the simulator working! In the user.lua I wrote:

path.corona='/Applications/Corona-3664/Corona Simulator.app'

but the simulator is not launched!

Please help me!

1

There are 1 best solutions below

1
Paul Kulchenko On BEST ANSWER

The path needs to point to the actual executable; most likely something like this should work: path.corona='/Applications/Corona-3664/Corona Simulator.app/Contents/MacOS/Corona Simulator'. Also, if the Corona SDK installed in /Applications/CoronaSDK/ folder, it will be found there automatically.

See the interpreter path section in the documentation for details and examples.