Ever since I updated to Xcode 16.2, no device running iOS 18 shows up in Xcode. I can see the devices in Finder and Apple Configurator, but not in Xcode. When I run xcrun devicectl list devices
, I also do not see the devices, so I assume the issue is in CoreDevice somewhere.
I've tried many things I've seen suggested in similar threads (toggling developer mode, reinstalling Xcode, using a different physical cable, etc) and so far nothing has helped. This same behavior is also happening for my entire development team, which has been as difficult as you might imagine.
Any info on how to resolve this would be much appreciated.
This started working last week, for me and my entire team. We did not change:
- Xcode version
- MacOS version
- iOS version on the impacted devices (some of them have taken 18.3.1, but I was able to build to a 18.1.1 device that had stopped working as well)
I see other threads like this where builds arbitrarily started working after a time; hopefully the ticket or some of the other information has given Apple enough to investigate this more. That was a very painful several weeks...