We have a framework that needs to include in its Resources some old
driver code that comes in a file with a resource fork. It looks like
pbxcp does not preserve the resource fork, and the built framework is
therefore broken.
Our workaround has been to include a zip of the relevan file and to
add this build script phase:
rm -rf $BUILT_PRODUCTS_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH/*.amcamera
cd $BUILT_PRODUCTS_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH
for path in *.zip
do
ditto -k -x --rsrc $path .
done
_______________________________________________
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