Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Iphone OS Version 3.0.1 (7A400) - not supported by latest version of XCode

I am very new to IPhone development. I have upgraded my IPhone to the latest version 3.0.1 (7A400). I have also downloaded the latest version of the SDK - but the latest version of the OS that XCode supports is 3.0.1 (7A341).

Any ideas?

like image 276
Hugh Mullally Avatar asked Aug 05 '09 00:08

Hugh Mullally


1 Answers

Pretty easy.

ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ \(7A341\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1

Update: In Xcode 4, this path has changed to /Applications/Xcode.app/Contents/Developer/Platforms/...

like image 200
digdog Avatar answered Nov 06 '22 20:11

digdog