

If you leave the Arguments property empty, it will attempt to install the app on any connected device.To manage simulated devices, open Xcode, go to Window -> Devices and Simulators. The simulator is shipped with Xcode and you need a Mac to run it.


Go to Add Configuration (or Edit configuration, if you happen to have any configuration created already).Ĭall it Run iOS or whatever is meaningful to you. I personally use IntelliJ IDEA, but WebStorm is pretty similar. It is quite convenient to create build configurations in your IDE.
Os x simulator attach debugger to app how to#
In this blog post you may find a short tutorial on how to debug your app on Android and iOS, on a physical device or a simulator/emulator, the JavaScript code and the native one. One of the reasons might be troublesome running and debugging the JavaScript code. Sounds great, right? Not everybody though is so enthusiastic about this approach. React Native is an abstraction over the native code, which allows us to have one code base for multiple platforms.
