Re: "could not load inserted library" (DevToolsBundleInjection.framework): why not?
Re: "could not load inserted library" (DevToolsBundleInjection.framework): why not?
- Subject: Re: "could not load inserted library" (DevToolsBundleInjection.framework): why not?
- From: Chris Hanson <email@hidden>
- Date: Tue, 31 Oct 2006 21:03:46 -0800
On Oct 31, 2006, at 8:42 PM, Mason Mark wrote:
DYLD_INSERT_LIBRARIES
$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks/
DevToolsBundleInjection.framework
Since there's no DYLD_INSERT_FRAMEWORKS, you'll have to specify the
full path to the dynamic library within the framework:
DYLD_INSERT_LIBRARIES = $(SYSTEM_LIBRARY_DIR)/PrivateFrameworks/
DevToolsBundleInjection.framework/Versions/Current/
DevToolsBundleInjection
(Unfortunate, I know.) You can also look at /Developer/Tools/
RunUnitTests for how it's done, since the script will do it for you
automatically when the TEST_HOST variable is set in the script's
environment.
-- Chris
_______________________________________________
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