Re: Using the QuickLite framework when building a Foundation tool
Re: Using the QuickLite framework when building a Foundation tool
- Subject: Re: Using the QuickLite framework when building a Foundation tool
- From: Daniel Jalkut <email@hidden>
- Date: Mon, 19 Dec 2005 16:03:01 -0500
Hi John - I just did a trivial test by creating a new default
"Foundation Tool" in Xcode 2.2, Mac OS X 10.4.3. I added
"Python.framework" from /Library/Frameworks, and put both an include
to Python/Python.h in my tool's source, and made a trivial call to
the framework.
It worked fine.
Perhaps you can share some more details about your environment. Xcode
version, etc. You should also try starting from scratch with a new
test project. If that works you can either just start from scratch or
compare with your original project to see what's different.
Daniel
On Dec 19, 2005, at 3:23 PM, John Axel Eriksson wrote:
Hi.
I have a problem, a newbie problem I guess. I've used the QuickLite
framework in
AppKit applications with no problem. I add the framework to the
project from /Library/Frameworks/QuickLite.framwork
and it all works when I do #import <QuickLite/QuickLiteDatabase.h>
etc.
Now I'm building a Foundation tool which will use QuickLite and it
claims it cannot find the framework(can't locate framework for: -
framework QuickLite).
Seems to be the same for ANY other framework from /Library/
Frameworks so it doesn't have anything to do with QuickLite itself.
I assume this is some trivial setup issue, but I can't find the
solution, so How do I add a Framework from /Library/Frameworks
to a Foundation tool project?
Thanks,
John
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
sweater.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden