Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xCode upgrade missing simulators. How can I use locally stored simulators?

I've faces this problem a lot of times that whenever I do an upgrade to xCode. It deletes my old Simulators and I've to download them again. Can any one let any other process. That probably to copy old simulator folders and paste them to xCode contents/Developer/Platform/.....

Or is there any process to add simulators in xCode stored locally rather than downloading them again n again.

like image 630
Saad Avatar asked Mar 21 '14 07:03

Saad


1 Answers

There's an interesting answer on the Apple developer forums:

In Xcode the Window menu, select "Devices", also includes a list of Simulators. You can Add "+" ones that are not there.

That fixed things for my Xcode 7.1 beta (7B60)

like image 189
dumbledad Avatar answered Sep 18 '22 12:09

dumbledad