1

I was downloading for example the 8.3 component ...

enter image description here

the bandwidth broke off, so it was not downloaded. (The files are not there when you look.)

However, Xcode indicates a tick.

Is there a way to force it to download it again, or, clear that tick?

Fattie
  • 27,874
  • 70
  • 431
  • 719
  • 1
    Look [here](http://stackoverflow.com/questions/10834817/xcode-simulator-how-to-remove-older-unneeded-devices). I think there is info how you can manage that. **I did not try this myself**. – Bogdan Bogdanov Aug 01 '15 at 15:08

1 Answers1

1

Actually try this:

In Xcode 6, you can find and delete the simulators from the path /Library/Developer/CoreSimulator/Profiles/Runtimes. Restart Xcode in order to take effect. Link

Community
  • 1
  • 1
Bogdan Bogdanov
  • 1,707
  • 2
  • 20
  • 31
  • sweet ! that did it. interestingly Xcode does appear to have saved the already-downloaded half of the gb-size download; it continued where it left off, and then installed it properly. Thanks – Fattie Aug 01 '15 at 20:47