I add to my project MagicalRecord as submodule as described here
https://github.com/magicalpanda/MagicalRecord/blob/master/Docs/Installing-MagicalRecord.md
Then i add it's to my project and i got modified content on submodule. Just then i open my project.
Why? And also i can't archive my project, because can't found
I added MagicalRecord frame work to Link libraries but it's red
But it's build and run on simulator or iphone device.
Problem just then try make archive my app.
I would highly recommend using the CocoaPods method. I have used it for MagicalRecord many times with no issues. Relatively easy to install and keeps your code up to date.
I also ran into a similar issue when I tried a submodule and couldn't get it to work. Make sure your project has CoreData.framework linked and also trying linking libMagicalRecord.dylib and libMagicalRecord.a.