Answers for "yarn ios on real device"

1

yarn run ios device

# First list devices (the phisical devices will appear on the top of the list)
xcrun instruments -s devices
# Using Device Name
react-native run-ios --device "Kool's iPhone"
# Using UDID
react-native run-ios --udid 0412e2c2******51699
Posted by: Guest on September-01-2021

Code answers related to "yarn ios on real device"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language