How to unconditionally copy headers?
How to unconditionally copy headers?
- Subject: How to unconditionally copy headers?
- From: Bruce Sharpe <email@hidden>
- Date: Sat, 1 Aug 2009 09:55:01 -0700
I have set a header file's role in Xcode to private so that it will
get copied to the desired location by the Copy Headers build phase. It
works as expected if there is not already a header file of that name
in the target location. But if there is an existing file, it does not
overwrite it. Even if the header file has changed in the project it
doesn't update the copy in the target location. The Build Results
windows shows a line "Copying MyFile.h" but the file remains as the
old one.
This doesn't seem right and is definitely not what I want. How can I
force Xcode to unconditionally copy (and overwrite if necessary)
header files in the Copy Headers build phase?
Bruce
_______________________________________________
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