iPhone development tip for iPhone OS 3.0.1

August 13th, 2009 by Ravi Korukonda Leave a reply »

Many of my friends woke up to a rude shock when they found that their devices updated to iPhone OS 3.0.1 were not supported by iPhone SDK 3.1 Beta 3 for development.

If you too are experiencing the same problem, here is the solution to continue iPhone development with iPhone SDK 3.0 for your iPhone running iPhone OS 3.0.1.

1. Log-in to your MAC with an Admin account and launch the Terminal application (You will find it in /Applications/Utilities)
2. Copy and Paste the following line into the Terminal window
ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0\ \(7A341\) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1

Note: If you have not installed iPhone SDK 3.0 in the default location “/Developer”, replace the “/Developer” directory in the above line as appropriate.

You can download the iPhone 3.0.1 Advisory guidelines document from iPhone Dev Portal

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • LinkedIn
  • N4G
  • Twitter
  • Yahoo! Buzz

Related Posts

Tags: iPhone 2G, iPhone 3G, iPhone 3Gs, iPhone Development help, iPhone Development tips, iPhone OS, iPhone OS 3.0.1
Advertisement

4 comments

  1. Steve says:

    is it the same command for people using iPhone SDK 3.2?

  2. yes Steve, i tried on leopard and Snow Leopard.

  3. Jeff says:

    there is no 3.0\ \(7A341\), Instead I see only 3.0

  4. use
    ln -s /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0  /Developer/Platforms/iPhoneOS.platform/DeviceSupport/3.0.1

    (or)

    cd /Developer/Platforms/iPhoneOS.platform/DeviceSuppor

    ln -s 3.0 3.0.1

Leave a Reply