Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I uninstall iphone development sdk on mac

Tags:

macos

iphone

I download iphone sdk for 10.5 from http://developer.apple.com/iphone/index.action#downloads

How can I uninstall it but leave XCode untouch? Thank you.

like image 708
hap497 Avatar asked Dec 09 '09 18:12

hap497


People also ask

How do I get rid of iOS developer?

Go to Settings > General, and tap VPN & Device Management. Tap the iOS Beta Software Profile. Tap Remove Profile, then restart your device.

How do I go back to the original iOS beta?

Remove the iOS & iPadOS Beta Software Profile Tap Remove Profile. If asked, enter your device passcode, then tap Remove. Once the profile is deleted, your iOS device will no longer receive iOS public betas. When the next commercial version of iOS is released, you can install it from Software Update.


1 Answers

Delete the following directories:

/Developer/Platforms/iPhoneOS.platform /Developer/Platforms/iPhoneSimulator.platform

Removing these will delete iPhone-specific libraries and tools, but leave you with XCode and everything necessary to write applications for the Mac.

like image 153
Ben Gotow Avatar answered Oct 22 '22 19:10

Ben Gotow