Search code examples
titaniumappceleratorappcelerator-titaniumappcelerator-mobile

Appcelerator : How do I change the IOS simulator in titanium?


How do I change the IOS simulator in titanium?

I want to start up in the iPhone 11 simulator, but the iPhone SE starts up.


Solution

  • Using the CLI you can run:

    appc ti build -p ios -C ?
    

    and will get a small menu where you can select your device.

    Other editors (e.g. VSCode or Atom) have buttons to choose the simulator/emulator you want to run on.