I’m encountering an issue with Xcode 15.3 on macOS, where certain iPhone devices are not recognized as eligible devices for development. The error message “No eligible device connected to My Mac” appears specifically when attempting to connect the following iPhone models:
- iPhone 13 running iOS version 17.5
- iPhone 13 Pro Max running iOS
version 17.3
However, I have successfully connected and deployed to other iPhone devices, including an iPhone 6s (iOS version 5.8) and iPhone 11 Pro Max (iOS version 17.3) without any issues.
Steps I’ve already tried to resolve the problem include:
- Restarting Xcode
- Restarting my MacBook
- Running the command sudo pkill usbmux
- Disconnecting and reconnecting cables
- Resetting settings on the iPhone devices to trust the connection
again
Despite these attempts, I’m still unable to connect to the iPhone 13 and iPhone 13 Pro Max models. My Xcode version is 15.3, and the SDK version is 17.4.
Note that I can see all the devices connected in Finder.
Any insights or suggestions on resolving this issue would be greatly appreciated. Thank you!