Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

百度一番,尝试如下:

#ios-deploy 获取真机设备名称
npm install -g ios-deploy

ios-deploy -c
>> [....] Found *** (***) ***. 'iPhone' connected through USB.

# 指定设备运行
react-native run-ios --simulator "iPhone"

可是这样依旧打开的是模拟器而不是真机,请问如何才能调用真机调试呢?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
3.7k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...