--
You received this message because you are subscribed to the Google Groups "Realm" group.
To unsubscribe from this group and stop receiving emails from it, send an email to realm-cocoa...@googlegroups.com.
To post to this group, send email to realm...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/realm-cocoa/c32cda2c-9ab1-4840-9ab6-e6cd8f7fde5e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
io.realm.exceptions.RealmMigrationNeededException: RealmMigration must be provided
--
You received this message because you are subscribed to the Google Groups "Realm" group.
To unsubscribe from this group and stop receiving emails from it, send an email to realm-cocoa...@googlegroups.com.
To post to this group, send email to realm...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/realm-cocoa/787bb476-ed00-4fc4-afc0-5a59483e5d32%40googlegroups.com.
It sounds like your Android data model classes differ from your iOS model classes. If not, try an empty migration - see https://github.com/realm/realm-java/blob/master/examples/migrationExample/src/main/java/io/realm/examples/realmmigrationexample/MigrationExampleActivity.java (see config1).
On Wednesday, November 11, 2015 at 12:56:27 AM UTC-8, Kenneth Geisshirt wrote:It sounds like your Android data model classes differ from your iOS model classes. If not, try an empty migration - see https://github.com/realm/realm-java/blob/master/examples/migrationExample/src/main/java/io/realm/examples/realmmigrationexample/MigrationExampleActivity.java (see config1).