Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to prevent XCode from downloading from the Internet?

Tags:

xcode

I'm running XCode 3.2.2 on Mac OS X 10.6.6. My Activity Monitor shows that XCode periodically downloads from the Internet while running. Is there a way to prevent XCode from downloading from the Internet? My service provider imposes a limit on how much I can download before slowing my download to a crawl.

like image 366
Roger Wehage Avatar asked Feb 28 '11 18:02

Roger Wehage


1 Answers

Chances are this is just Xcode downloading updated documentation sets - to disable this, simply go to the "Documentation" option within Xcode preferences and un-check the "Check for and install updates automatically" option.

like image 161
John Parker Avatar answered Oct 18 '22 19:10

John Parker