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
After pairing the iPad with my mac over bluetooth I didn't got that network icon on the iPad on the device list. Then I start to check for install provisioning profile. And immediately Xcode automatically sync the profile and seems all good for me.
The iPad was new, and it didn't have the provisioning profile install on it.
To check the provisioning profile. Press command
+ shift
+ 2
to open the Devices and Simulators
. Select the Device
category. Under Device
category there is the list of connected device. Just press the right button of the mouse or two finger tap on the device.
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.
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!
The following steps worked for me:
To get the IP address of your iPhone:
On your iPhone, go to Settings -> Wi-FI and tap on the connected wifi network.
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