Reputation: 63788
note I have read several other questions on this but am still confused
Firstly: I have a clean install of XCode 4.5 and have used it to open and build a CMake-generated .xcodeproj. Things build fine but as many other questions mention, it constantly shows a @Scanning for working copies" progress bar.
I have not distributed or packaged any apps or anything like that, and I have no SCM set up.
Secondly: Every time I launch Xcode 4.5, it starts downloading:
I've waited for it to finish a couple of times but still the next time, it does it again. It doesn't seem to stop me being able to build, what's going on here?
No idea if it's related, but I earlier got a warning from a snapshot saying I didn't have access to the location it wanted to save to (inside the XCode.app dir IIRC).
Upvotes: 1
Views: 769
Reputation: 4723
You can manually stop the downloading of these libraries from the preferences > downloads .Also make sure the "Check for and install updates automatically" is unchecked.
Upvotes: 1