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
is it the same command for people using iPhone SDK 3.2?
yes Steve, i tried on leopard and Snow Leopard.
there is no 3.0\ \(7A341\), Instead I see only 3.0
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