"Failed to prepare device for development." with Xcode 13.2.1 and iOS 16.0 device

Viewed 33

I am trying to install a xcode project on my iphone X and im getting the error above in the title. Tried adding the device support 16.0 and 16.1 on my xcode devices folder but it still doesn't recognize the phone. Anyone having the same issue?

1 Answers

You need to update your Xcode to version 14. You may need to update your Mac OS version to do so.

Every time Apple releases a new iOS version, they'll release a new Xcode version for developers to work with iOS.

Related