Holger Frohloff
Holger Frohloff

Reputation: 1705

Adding Simperium to existing Core Data project crashes with Assertion failure

What I have:

What I did:

What I get:

Simperium starting... 
*** Assertion failure in -[SPCoreDataExporter addMembersFrom:to:], /Users/kineticpoet/dev/simperium-ios-private/Simperium/SPCoreDataExporter.m:95

What I tried:

I have not tried to install on device, since the data on device is important to me.

What else could I try? And what exactly is the problem here?
Thank you.

(1) https://simperium.com/tutorials/simpletodo-ios/
(2) https://simperium.com/docs/ios/
(3) https://simperium.com/docs/reference/

Upvotes: 1

Views: 213

Answers (1)

mikejohnstn
mikejohnstn

Reputation: 757

Does your Core Data model have a Binary attribute? These aren't fully supported yet, so you'll need to manually disable them if they're present: Simperium couldn't load member data (unsupported type)

Upvotes: 2

Related Questions