Problem solved (was Framework Hell)
Problem solved (was Framework Hell)
- Subject: Problem solved (was Framework Hell)
- From: Steve Gehrman <email@hidden>
- Date: Mon, 6 Aug 2001 17:06:13 -0700
I was trying to embed the omni frameworks in my app and was having
problems.
I discovered that the Omni frameworks had this variable set in the
deployment build style...
FRAMEWORK_INSTALLED_NAME =
$(OMNI_FRAMEWORK_TARGET_PATH)$(/)$(PRODUCT_NAME).$(WRAPPER_EXTENSION)$(/)Versions$(
/)$(FRAMEWORK_VERSION)$(/)$(PRODUCT_NAME)
I guess that overrides the @executable_path stuff. Remove this from
the omni frame works or they can't be embedded.
steve