Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RealmSwift version to 3.18 #34

Merged
merged 1 commit into from
Oct 9, 2019
Merged

Conversation

neetrath
Copy link

There's an issue with iOS 13 and Xcode 11 which may cause the "Primary key property '' does not exist on object". All String properties of Realm classes with a default String value set are disregarded somehow. You can fix this by updating RealmSwift to the latest version (currently 3.18.0)

@liuxuan30
Copy link
Collaborator

can you explain more about

There's an issue with iOS 13 and Xcode 11 which may cause the "Primary key property '' does not exist on object"

Got any issue link?

@neetrath
Copy link
Author

I found the issue by myself because I used both RealmSwift and ChartsRealms in the same project. There is the problem with RealmSwift and I need to update to v.3.18 but the error from ChartsRealm prevent me from doing it.

I got the solution from https://stackoverflow.com/questions/48810421/rlmexception-primary-key-property-serial-does-not-exist-on-object-book-mig

I tested and it works now.

@liuxuan30
Copy link
Collaborator

liuxuan30 commented Sep 27, 2019

sure thanks. I will work on this after Charts is released. thank you for your patience.

@liuxuan30
Copy link
Collaborator

liuxuan30 commented Sep 29, 2019

@neetrath did you get warnings for ChartsRealm on Xcode11?

@liuxuan30 liuxuan30 merged commit b665b30 into danielgindi:master Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants