Naresh
Naresh

Reputation: 17872

Xcode not showing any connected devices

In Xcode 9.2 and iOS 11.2 wireless build not working. Xcode not showing any connected devices.

But upto iOS 11.1 it's working...

Upvotes: 1

Views: 1563

Answers (2)

Naresh
Naresh

Reputation: 17872

I reconnected my devices and restarted my Xcode once again. Now it's working fine ....

Upvotes: 0

Sagar Chauhan
Sagar Chauhan

Reputation: 5823

You need to add DeveloperDiskImage.dmg for iOS 11.2 in following path.

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/11.2

And restart your Xcode. First connect your device with cable, it will reinstall your device for iOS 11.2 in Xcode.

Upvotes: 1

Related Questions