Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I accidentally started the documentation download within XCode (not the one I wanted - of course). Is there any way stopping this huge download?

share|improve this question
Quit the application? – PengOne Jun 30 '11 at 21:41
1  
nope - there is an auto resume on the download – Chris Jun 30 '11 at 21:48

3 Answers

up vote 29 down vote accepted

In XCode Preferences / Downloads tab, you can select whether it automatically downloads components and documentation. You can also cancel the library downloads in flight. [XCode 4.2]

share|improve this answer

no.

you can delete it once it's downloaded: Preferences->Documentation-[select doc set] click ^ on the bottom,

it will tell you where it's stored,

that will keep you from searching through useless information when you're searching the Docs.

share|improve this answer
hi bshirley, thanks for your response. Good to know that I can delete it. In fact I had to wait for the download to complete. :-) So no abort mechanism for the download. – Chris Jul 4 '11 at 13:23

After disabling, you must restart xcode to stop the download

share|improve this answer
1  
This does not answer the question but may better be suited as a comment on the accepted answer. – zsnow Oct 10 '12 at 23:47
Not anymore by the looks of it. I just unchecked the documentation in the preferences have way through a download, and it stopped immediately – Steven Elliott Feb 27 at 22:39

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.