michaelarmstrong / SuperRecord

A small set of utilities to make working with CoreData and Swift a bit easier.
MIT License
366 stars 27 forks source link

Swift 2.0 #41

Closed rromanchuk closed 9 years ago

PGLongo commented 9 years ago

Thanks for your work. Have you run unit-tests?

I have an EXC_BAD_INSTRUCTION in testAvgGroupBy

rromanchuk commented 9 years ago

Let me investigate, I'll rebase and resubmit.

rromanchuk commented 9 years ago

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

PGLongo commented 9 years ago

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

michaelarmstrong commented 9 years ago

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...

michaelarmstrong commented 9 years ago

im gonna push this to a branch on the main repo, as i'm working off this branch right now to get it working.