Re: importing sqlite data into a core data "database"
Re: importing sqlite data into a core data "database"
- Subject: Re: importing sqlite data into a core data "database"
- From: Chris Hanson <email@hidden>
- Date: Sat, 12 Jul 2008 22:06:03 -0700
On Jul 12, 2008, at 8:33 PM, Stefan Arentz wrote:
If that's OK so far, how about linking? Is Linking to the SQLite
library
transparent from XCode?
Looks like the CoreData framework is directly linked against sqlite.
That doesn't matter. If you want to use the SQLite 3 API from your
application, you need to add the SQLite 3 dynamic library to your
target.
In Xcode 3.1, you can do this in the General pane of the info panel
for your target - it will show all frameworks and libraries available
based on the SDK you're using and the framework & library search paths
that you've set up.
-- Chris
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden