Alternatively, you can open the Simulator program on your mac, select which device(s) you want to open by navigating to File -> Open Simulator and choosing the device to launch. On a mac if you have XCode installed with the proper tools, executing ns run ios from your terminal will launch the Simulator program with a default device.
For more information, see Apple's documentation. The following documentation is a quick way to get the iOS simulator set up. The iOS simulator emulates iOS devices on Macs. IOS Simulators # Creating iOS Simulators # Visit the official sites for details on how to install and use these emulators. Ns help debug ios or ns debug ios -help help #Įxecuting the following command in your terminal will open the CLI's documentation in your web browser.Īvdmanager list Using third-party emulators #Īn applicable option is to use third-party emulators (like GenyMotion). Ns help debug android or ns debug android -helpįor more information about iOS debugging, run any the following commands:
-inspector - Flag to use the embedded Webkit Web Inspector debugger (default is Chrome DevTools).įor more information about Android debugging, run any of the following commands:.-clean - If set forces rebuilding the native application.