Re: dyld: Library not loaded, Reason: image not found. Why?
Re: dyld: Library not loaded, Reason: image not found. Why?
- Subject: Re: dyld: Library not loaded, Reason: image not found. Why?
- From: email@hidden
- Date: Tue, 7 Mar 2006 00:41:01 -0800
You want to use an embedded framework.
http://developer.apple.com/documentation/MacOSX/Conceptual/
BPFrameworks/Tasks/CreatingFrameworks.html
Cheers,
-ChrisF
On Mar 6, 2006, at 2:01 AM, rohit dhamija wrote:
Hi all,
I am using Xcode 2.2 Mac OS X 10.4.3 DTK machine and have a query:
Communiating with my USB device from my APP -> myFrameworkLibrary ->
Framework which further communicates with the device and returns back
data to myApp through myFramework library.
The procedure works fine if I put myframeworklibrary and the framework
in /Library/Frameworks. But now i require to place both into my
current application directory. On doing so (placing both frameworks in
my current application path) gives my following error on running:
"
dyld: Library not loaded:
myFrameworkLibrary.framework/Versions/A/myFrameworkLibrary
Referenced from:
/Users/admin/Desktop/CC/build/Release/CC.app/Contents/MacOS/CC
Reason: image not found
CC has exited due to signal 5 (SIGTRAP).
"
I searched the previous mails but couldnot got any exact way to
change the path.
I hope many people have encountered this situation :) Can any body
please share with me how to set the path so that the app should not
search for the custom settings path always ??
Any pointers, comments are most welcome
--
Rohit Dhamija(M) 9818446545
_______________________________________________
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
_______________________________________________
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