Hi,
I use Visual Studio and Xamarin for app development for our university which has been working fine on Xcode 13.4 and iPad on version 15.7, however Xcode has decided to updated itself to Xcode 14.
My iPad has now taken itself out of developer mode and in Devices and Simulators in Xcode I'm now getting the following error:
Failed to prepare the device for development.
This operation can fail if the version of the OS on the device is incompatible with the installed version of Xcode. You may also need to restart your Mac and device in order to correctly detect compatibility.
I've restarted both Mac M2 12.6 (21G115) and iPad iOS 15.7 (19H12) - removed iPad from device and re-paired with no luck.
According to this link https://developer.apple.com/support/xcode/ everything should be compatible. xcodebuild -showsdks gives me the following info:
DriverKit SDKs:
DriverKit 21.4 -sdk driverkit21.4
iOS SDKs:
iOS 16.0 -sdk iphoneos16.0
iOS Simulator SDKs:
Simulator - iOS 16.0 -sdk iphonesimulator16.0
macOS SDKs:
macOS 12.3 -sdk macosx12.3
macOS 12.3 -sdk macosx12.3
tvOS SDKs:
tvOS 16.0 -sdk appletvos16.0
tvOS Simulator SDKs:
Simulator - tvOS 16.0 -sdk appletvsimulator16.0
watchOS SDKs:
watchOS 9.0 -sdk watchos9.0
watchOS Simulator SDKs:
Simulator - watchOS 9.0 -sdk watchsimulator9.0
Is anyone else having these issues and have any advice?
Thanks,
Nick