strange header copying behavior in framework target deployment style
strange header copying behavior in framework target deployment style
- Subject: strange header copying behavior in framework target deployment style
- From: John Clayton <email@hidden>
- Date: Tue, 23 Mar 2004 19:16:00 -0500
Hi,
I am working on a framework, and if I build it under the deployment
style it copies the headers into the framework bundle nicelywith the
symlink and original in the current version. However, when I switch to
the deployment build style it copies the headers into the build
products directory directly and never into the framework bundle. I'm
confused. I created a blank framework target and added some dummy
files and built it under the deployment style and it worked fine. Have
I mucked up my build settings somehow so that it's not doing what it
would by default? Here are some of the settings under deployment:
HEADER_SEARCH_PATHS =
LIBRARY_SEARCH_PATHS =
FRAMEWORK_SEARCH_PATHS =
REZ_SEARCH_PATHS =
VERSIONING_SYSTEM =
CURRENT_PROJECT_VERSION =
LIBRARY_STYLE = Dynamic
INIT_ROUTINE =
PREBINDING =
ZERO_LINK =
EXPORTED_SYMBOLS_FILE =
DYLIB_CURRENT_VERSION = 1
DYLIB_COMPATIBILITY_VERSION = 1
SECTORDER_FLAGS =
WARNING_LDFLAGS =
OTHER_LDFLAGS =
PRODUCT_NAME = LibCVS
WRAPPER_EXTENSION = framework
FRAMEWORK_VERSION = A
PRIVATE_HEADERS_FOLDER_PATH =
PUBLIC_HEADERS_FOLDER_PATH =
GENERATE_PKGINFO =
INFOPLIST_FILE = Info.plist
MACOSX_DEPLOYMENT_TARGET =
DEPLOYMENT_LOCATION =
DEPLOYMENT_POSTPROCESSING =
INSTALL_PATH = "${HOME}/Library/Frameworks"
SKIP_INSTALL =
UNSTRIPPED_PRODUCT =
INSTALL_OWNER =
INSTALL_GROUP =
INSTALL_MODE_FLAG =
That was cool, it copied the actual setting names. Anyway, if I
compare it to the dummy project, it seems identical. Dazed and
confused .... John
Thanks.
-----------------------------------------------------------------------
"It is the truth that frees, not your attempts to be free."
- J. Krishnamurti
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.