dyn lib not found
dyn lib not found
- Subject: dyn lib not found
- From: Richard Langly <email@hidden>
- Date: Thu, 29 Oct 2009 21:37:48 -0500
I have two projects, one a library, and one an app that depends on the
lib. I've added my lib as a dependent target of my app. They both
build fine w/ no errors. Thought I thought by adding it as a dependent
target, it would be able to find it.
When I try to run my app, I get the following error. Here is the
output from my console …
[Session started at 2009-10-29 21:25:17 -0500.]
GNU gdb 6.3.50-20050815 (Apple version gdb-1346) (Fri Sep 18 20:40:51 UTC 2009)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin".tty /dev/ttys000
Loading program into debugger…
Program loaded.
run
[Switching to process 10041]
Running…
dyld: Library not loaded: /usr/local/lib/libtst.dylib
Referenced from: /Users/me/Test/build/Release/test.app/Contents/MacOS/test
Reason: image not found
sharedlibrary apply-load-rules all
Data Formatters temporarily unavailable, will re-try after a
'continue'. (Cannot call into the loader at present, it is locked.)
warning: Couldn't find minimal symbol for "_sigtramp" - backtraces may
be unreliable
Cannot access memory at address 0x0
--
What's the proper way to fix this?
_______________________________________________
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