0

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 Answers1

0

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.

Paul Kulchenko
  • 25,884
  • 3
  • 38
  • 56
  • Thank you. I've succeed to fix it. Now I have another problem! I had to reinstall ZeroBrane on WIndows and it doesn't point to default path of Corona! – nino_user183677 Feb 17 '22 at 14:21