Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The version of iPhone OS on “” does not match any of the versions of iPhone OS supported for development with this copy of Xcode

I have followed Apples tutorial and upgraded my iphone to 3.0. But i get this error:

OS Installed on 3.0 (7A341)

Xcode Supported iPhone OS Versions 3.0 (7A312g) 2.2.1

And when i try to run an application on my iphone xcode states: No provisioned iPhone OS device is connected.

What have I missed?

like image 720
jakob Avatar asked Jun 09 '09 18:06

jakob


People also ask

What iOS does Xcode support?

This version of Xcode: Includes SDKs for iOS 16, iPadOS 16, macOS 12.3, tvOS 16, and watchOS 9. Supports on-device debugging in iOS 11 or later, tvOS 11 or later, and watchOS 4 or later. Requires a Mac running macOS Monterey 12.5 or later.

Does Xcode 12 support iOS 14?

Xcode 12 includes SDKs for iOS 14, iPadOS 14, tvOS 14, watchOS 7, and macOS Catalina 10.15. 6. The Xcode 12 release supports on-device debugging for iOS 9 and later, tvOS 9 and later, and watchOS 2 and later.

How do I update Xcode on my Mac?

Downloading and updating XcodeThe Mac App Store will notify you when an update is available or you can have macOS update automatically as it becomes available. The latest beta version and previous versions of Xcode can be downloaded from the Downloads page. To download Xcode, simply sign in with your Apple ID.


1 Answers

Stumbled across this question because I've had the same problem with 3.0.1. Apple has an advisory (PDF) about how to get XCode to stop worrying and love the 3.0.1. It boils down to running a command in Terminal:

ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ \(7A341\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1 
like image 52
pluckyglen Avatar answered Oct 20 '22 15:10

pluckyglen