Search code examples
debuggingios11xcode9

Wireless debugging icon not showing in my Xcode 9


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 icon is not showing. My device is iPhone 6s updated to iOS 11. network icon is checked and the debugging icon is missing . Snaphot Debugging over network icon is missing here here . The icon is missing.
What I got from others tutorial, is the icon they are getting, which I am not getting. Like this in apple documents. enter image description here.


Solution

  • Network icon is not showing because your device is not paired up to the MAC you are using. If it's not working by connecting to the same WiFi network. you can connect to same network via Bluetooth.

    1. Turn on Bluetooth of your device.
    2. Turn on Bluetooth of your MAC.
    3. Pair up the MAC to the device Bluetooth.

    You can see the network icon next to the device name in Xcode -> window -> Devices & Simulator -> select the device.

    This worked for me. Hope this helps!