Adb Equivalent for iOS Device

Is there an equivalent for the adb shell on iOS

You can access a simulator's filesystem at the below path:

~/Library/Developer/CoreSimulator/Devices

Choose the simulator folder correctly by checking the devices.plist file at the above Path and open the correct simulator folder. You can find the app data at data/Containers path inside the simulator folder.

Using ADB to run React Native on-device (iOS)

As mentioned in comment by jcaron, there was an issue in the doc, adb is Android specific.

A pull request was sent and accepted a few days ago.

The changes are already reflected in the next version: http://facebook.github.io/react-native/releases/next/docs/running-on-device.html



Related Topics



Leave a reply



Submit