• 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
Cleaning intermediates
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cleaning intermediates


  • Subject: Cleaning intermediates
  • From: Rick Mann <email@hidden>
  • Date: Thu, 05 Feb 2015 16:35:34 -0800

We use protobufs in our project. I've have a rule to process .proto files, which generates .h and .cc files, which are then compiled and linked automatically by Xcode.

I chose to put those files in Build/Intermediates/protoc.generated. I did this because they are not per-architecture files; they don't need to be re-built for each architecture that might compile. It might be okay if I did build them multiple times, but I wanted to avoid any unnecessary work (which might trigger re-compiling much of the project).

However, the basic "Clean" command in Xcode doesn't appear to delete that generated directory. Is there any way to get it to do so on clean?



--
Rick Mann
email@hidden



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Prev by Date: Re: my search bar doesn't go all the way up
  • Next by Date: NSSplitView keeps collapsing in Xcode editor
  • Previous by thread: Re: Build rules for .proto files
  • Next by thread: NSSplitView keeps collapsing in Xcode editor
  • Index(es):
    • Date
    • Thread