Closed rromanchuk closed 9 years ago
Let me investigate, I'll rebase and resubmit.
Digging into the stack it looks like we're running into a bizarre ios9 coredata issue related to this https://openradar.appspot.com/22047995
The actual error is with the persistent store. I have to look into the setup flow, but there is definitely a swift2.0/ios9 regression happening here.
SQLite error code:522, 'not an error' with userInfo
I tried to upgrade SuperRecord to Swift 2.0 but I have got the same error. I can't merge this PR or another if the tests don't pass
i want to get this merged in ASAP so will be taking a look myself and trying to resolve any issues first. A new Xcode beta is out...
im gonna push this to a branch on the main repo, as i'm working off this branch right now to get it working.
Thanks for your work. Have you run unit-tests?
I have an EXC_BAD_INSTRUCTION in testAvgGroupBy