Wireless debugging icon not showing in my Xcode 9

前端 未结 3 2082
被撕碎了的回忆
被撕碎了的回忆 2021-01-18 09:58

I just download Xcode 9 and was going through wireless debugging tutorials . I went through this link Wireless debugging but could not make out why my wireless debugging ico

3条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-18 10:37

    The following steps worked for me:

    1. Connect the iPhone to your mac book
    2. Wait until the device setup is completed
    3. Make sure the mac book and your iPhone are connected to the same Wifi network
    4. In Xcode, Open Window -> Devices and Simulators and see the device appearing under the list of Connected devices.
    5. Select your device and check the "Connect via network" box

    1. Disconnect the device from your mac.
    2. The device will appear under the list of disconnected devices in the same window.
    3. Right click on your device and select "Connect via IP Address"

    1. Enter the IP address of your phone and click connect.

    To get the IP address of your iPhone:

    1. On your iPhone, go to Settings -> Wi-FI and tap on the connected wifi network.

    2. You will be able to see the your iPhone's current IP address for the selected Wi-Fi network.

    This is working for me without any issues. Hope it helps you too

提交回复
热议问题