Cleaning intermediates
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