are you using Studio, VSCode, Atom or CLI? Normally in all cases you can select the simulator. E.g. in CLI appc ti build -p ios -C ? and select the simulator in the menu. In VSCode/Atom you have buttons for them
- miga
Thank you. I was running it in the CLI. I solved it with appc ti build -p ios -C.
- lama
awesome! I'll added it as an answer so you can mark it and other people will find it easier
- miga
1 Answers
2
votes
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.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more
appc ti build -p ios -C ?and select the simulator in the menu. In VSCode/Atom you have buttons for them - miga