Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to delete iOS runtime?

Tags:

xcode

ios

I've downloaded and installed iOS 8.4 Simulator from here Xcode > Preferences > Components. And now i don't need it anymore. How can i delete this runtime?

enter image description here

like image 921
Anton Pashkovskyi Avatar asked Apr 01 '17 18:04

Anton Pashkovskyi


People also ask

How do I uninstall iOS emulator?

Go to Window > Devices and simulators, then select the Simulators tab. You can right-click on any simulator and select 'delete' to get rid of it.

Can I delete iOS Simruntime?

Deleting the "iOS 13.3. simruntime" files is totally fine. Just reinstalling Xcode would probably be faster than trying to fix a troubled install.

How do I delete runtimes?

It's very simple. Open this folder in Finder, either by pressing CMD + SHIFT + G and copy-pasting this path /Library/Developer/CoreSimulator/Profiles/Runtimes/ or manually navigating to the above path. Once opened, you will see all the runtimes downloaded. Just delete them and we are good to go.

Can I delete Apple TVOS platform?

You can delete all simulators inside platform folder. And you can delete all folder besides "developer" and ". plist" files inside any platform folder , such as: Xcode. app/Contents/Developer/Platforms/AppleTVOS.


1 Answers

You can find them in:

/Library/Developer/CoreSimulator/Profiles/Runtimes

Also restart Xcode when removing.

like image 69
Majster Avatar answered Oct 23 '22 19:10

Majster