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 protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
