Using magicalrecords library in custom static framework iOS
I've been implementing a custom static framework for iOS. Everything is working well, but now I realized that I need a store information via coredata in the framework. I've been using the magicalrecord library with my previous projects and I was wondering if anyone has any experience integrating magicalrecord into your own custom static framework. When ever I call the setupcorestack method inside my framework code nothing happens. JRG-Developer Here's how we've done it: // 1: Note that all setup is done within the AppDelegate of the project (not the framework) - (BOOL)application: