admin 管理员组

文章数量: 887019

环境:
Xcode version 9.0+
iOS 11.0+
Mac与iPhone连接同一个WiFi

打开Xcode, 使用数据线连接iPhone, 打开Xcode -->Window -->Devices and Simulators:

勾选Show as run destination 与Connect via network, 注意观察左侧列表相应设备上是否出现小地球的标识, 出现表示配置成功:

PS: 如果未显示地球标识, 表示未配置成功, 你可以通过在左侧列表中选中设备右键选择解开配对(Unpair), 然后重新执行上面配置的过程来修复; 也可以选择使用通过ip地址连接(Connect via IP Address), 此时你需要查看真机上连接WiFi后显示的IP地址(iPhone:设置->无线局域网->"连接的WiFi"右边的感叹号):

配置成功后, 拔掉数据线, 在Xcode的Device列表中会显示相应的真机:

Command+R运行, 此后即可畅享无数据线的真机调试.

注意:如果始终设置不成功可以在xcode中解除配置并重置iPhone的网络设置:设置–通用–还原–还原网络设置

Uppair a wireless device

1.Choose Window > Devices and Simulators, then in the window that appears, click Devices.
2. In the left column, Control-click the network device.
3. In the pop-up menu that appears, choose Unpair Device.

Alternatively, on an iOS device, reset network settings including the Wi-Fi settings. Tap Settings, choose General > Reset > Reset Network Settings, then tap Reset Network Settings in the dialog that appears.

本文标签: 无线连接