Unnecessary recompilation
Unnecessary recompilation
- Subject: Unnecessary recompilation
- From: Ward Willats <email@hidden>
- Date: Fri, 20 Feb 2015 08:55:12 -0800
Hello.
I have a large project (~600 source files) made up of sub-projects that produce static libraries and copy headers into the $(BUILT_PRODUCTS_DIR) for the next super-project to find.
If I build, a whole bunch of files get compiled.
If I immediately build again, a whole bunch of files get compiled.
I am thinking the "Copy Headers" phase may be keeping the dependency tree dirty, but I'm not sure.
Is there some way to get xcode to dump what it thinks is out of date? (something like what "make --debug" does?)
Thanks
-- Ward
_______________________________________________
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