Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

RealmResultsController causes SegFault #11 in Xcode 7.3.1 #73

Closed
ArtSabintsev opened this issue Apr 30, 2016 · 4 comments · Fixed by #78
Closed

RealmResultsController causes SegFault #11 in Xcode 7.3.1 #73

ArtSabintsev opened this issue Apr 30, 2016 · 4 comments · Fixed by #78

Comments

@ArtSabintsev
Copy link

ArtSabintsev commented Apr 30, 2016

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
Copy link
Owner

polqf commented May 5, 2016

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 😄

@polqf polqf closed this as completed May 5, 2016
@ArtSabintsev
Copy link
Author

Will do - thanks for the assistance!

@polqf
Copy link
Owner

polqf commented May 5, 2016

0.4.3 has been pushed to CocoaPods 👍

@ArtSabintsev
Copy link
Author

nice!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants