magicalpanda / MagicalRecord

Super Awesome Easy Fetching for Core Data!
Other
10.8k stars 1.8k forks source link

CoreData file into framework #1206

Open imrmaximus opened 8 years ago

imrmaximus commented 8 years ago

Hi!

I need to make a swift framework with embedded core data database (with read/write access) and i want to use MagicalRecord to easily work with my objects. The core data database file is stored into the framework and i prefer have it into this framework, and don't put it into the app.

In my test, i try to give the file path through the framework bundle and i encounter a problem with the read access of the file...

Have you any idea of how to do the access?

Thank's a lot for your response

KrishnaCAmjuri commented 8 years ago

@imrmaximus Did someone find solution to this?