polqf / RealmResultsController

A NSFetchedResultsController implementation for Realm written in Swift
MIT License
188 stars 25 forks source link

RealmResultsController causes SegFault #11 in Xcode 7.3.1 #73

Closed ArtSabintsev closed 8 years ago

ArtSabintsev commented 8 years ago

Hi,

I'ver attached a sample Swift project that installs RealmResultsController using CocoaPods 0.39.0 in Xcode 7.3.1.

It SegFaults when compiling. I've been able to deduce one of the issues that's visible in two source files;

`realm.path` is deprecated. Use `configuration.fileURL` instead. 

However, even after fixing these issues, there are other issues that are stilling causing the project to Seg Fault.

The same error can be reproduced in the sample project that is installed when running

pod try RealmResultsController

Seg11.zip

polqf commented 8 years ago

Hi @ArtSabintsev, as far as I can see in the attached project, the realm version that is being installed is not the correct one. So #78 should fix the issue. I am now going to merge it, and create a release. Feel free to reopen this issue if you encounter more problems after the release.

Also, thanks for your help 😄

ArtSabintsev commented 8 years ago

Will do - thanks for the assistance!

polqf commented 8 years ago

0.4.3 has been pushed to CocoaPods 👍

ArtSabintsev commented 8 years ago

nice!