Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #yarn #run #ios #device
ADD COMMENT
Topic
Name
3+3 =