Search code examples
iphoneiphone-sdk-3.0

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?


Solution

  • 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/...