Corona simulator (Mac OS)

Hello,

I just bought a Mac and I will continue to develop my game on Mac OS.

I have a newbie question : Is it possible to launch multiple instances of Corona simulator at the same time ?

In Windows, I had no problem to do that.

Thanks !

Hi @emmanuel.ahkouen,

Yes, you can definitely do so. I usually have multiple versions running at once. I simply rename the folder for each build to something like “Corona-2076” and then store them under a master “Corona” application folder.

Brent

To run multiple instances of a same app in MAC (not only Corona), you can open the  “Terminal” and type:

open -n -a "Application Name Here"

For Corona in specific:

open -n -a "Corona Simulator"

Thank you for the quick answers !
It works well :slight_smile:

Hi @emmanuel.ahkouen,

Yes, you can definitely do so. I usually have multiple versions running at once. I simply rename the folder for each build to something like “Corona-2076” and then store them under a master “Corona” application folder.

Brent

To run multiple instances of a same app in MAC (not only Corona), you can open the  “Terminal” and type:

open -n -a "Application Name Here"

For Corona in specific:

open -n -a "Corona Simulator"

Thank you for the quick answers !
It works well :slight_smile: