macos-sierrazerobrane

How to configure ZeroBrane with Corona simulator on MacBook


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!


Solution

  • 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.