shadbakht / immerse

Annotate writings across multiple faiths
https://www.facebook.com/ImmerseInterfaith/?fref=ts
1 stars 1 forks source link

RealmService.swift: "Migration is required ..." #1

Closed neolefty closed 8 years ago

neolefty commented 8 years ago

Running into an error during app startup, in RealmService.swift, line 24. Screenshot is attached.

It didn't happen when I originally ran the app, and I haven't made any changes, but now it happens every time, even when I roll back to an earlier version. Based on the message, could it be related to serialized preferences or something? I'm new to xcode unfortunately ...

xcode says:

"fatal error: 'try!' expression unexpectedly raised an error: Error Domain=io.realm Code=0 "Migration is required for object type 'Tag' due to the following errors:

exc_bad_instruction in emulator

neolefty commented 8 years ago

Deleting the app from the emulator and running it again fixed it. Thanks James!