Linked Library inclusion into Framework Project
Linked Library inclusion into Framework Project
- Subject: Linked Library inclusion into Framework Project
- From: Jerry Krinock <email@hidden>
- Date: Mon, 31 Dec 2007 12:21:54 -0800
Every time I think I know how to use Xcode, I get slapped down by
something simple.
I want to include the sqlite3 library in a new framework project. I
have successfully done this in an old framework project. It seems
that all I did was add /usr/lib/sqlite3.dylib symlink to the "Linked,
making sure it had target membership. Then when I recompile the old
framework, I see that the executable size increases by about 700 KB
and when I run otool on it I see that sqlite3 symbols are available.
Great.
So I likewise add sqlite to a new framework project. It compiles,
links and runs. But, calls to sqlite3 functions return 0. And when I
look at the executable size and otool output, it is apparent that
sqlite didn't get included.
What lesson do I need to learn today?
Thanks,
Jerry Krinock
_______________________________________________
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