• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: An Xcode question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: An Xcode question


  • Subject: Re: An Xcode question
  • From: Nick Zitzmann <email@hidden>
  • Date: Mon, 15 Aug 2005 12:34:12 -0600


On Aug 15, 2005, at 11:52 AM, Hussein Yahia wrote:

Sorry if my question is dumb, but learning Cocoa required all my time these past months, and I didn't learn very much about Xcode itself... So...:

IANTM, but... There's a separate list for Xcode discussion, xcode- users, on lists.apple.com. Please use that list for Xcode questions, not this one. But I'll answer your questions:


Will it be the apocalypse if I dumb that "Shared Caches"?

No.

Why is it so big and what does it contain anyway ?

The #1 contributor to its size is the precompiled headers, which the compiler uses to speed up compile times so it's not constantly parsing the same header files every time a source file is compiled. If you don't want the compiler making those precompiled headers, then you can turn off the "precompile prefix header" build setting, but if you do so, then compiling will take longer unless you have only one or two source files.


Nick Zitzmann
<http://www.chronosnet.com/>


_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >An Xcode question (From: Hussein Yahia <email@hidden>)

  • Prev by Date: [Moderator] move to Xcode-Users (Re: An Xcode question)
  • Next by Date: coredata during startup
  • Previous by thread: [Moderator] move to Xcode-Users (Re: An Xcode question)
  • Next by thread: File choose context info problem
  • Index(es):
    • Date
    • Thread