Posted by admin in MACJul 29th, 2009 | No Comments
{the following steps performed in intel based MAC OSX 10.5.7 running iphone sdk 2.2.1}
step 1:
Open terminal
step 2:
perform the following commands without quotes:
> “sudo -s”
supply the password when the above command prompt for it.
step 3:
executing the below command will uninstall the iphone SDK 2.2.1.
> “/Developer/Library/uninstall-developer-folder”
remember the above command is case-sensitive.
-end-