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

Decimal type attributes are not supported #2

Closed
pejuaxel opened this issue May 12, 2012 · 1 comment
Closed

Decimal type attributes are not supported #2

pejuaxel opened this issue May 12, 2012 · 1 comment

Comments

@pejuaxel
Copy link

It seems that simperium doesn't support all the Core Data attribute types. I'm getting an exception when calling startWithAppID:APIKey:model:context:coordinator:

2012-05-12 10:48:59:405 Squirrel[1502:c07] Simperium starting...
2012-05-12 10:48:59.405 Squirrel[1502:c07] *** Assertion failure in -[SPCoreDataExporter addMembersFrom:to:], /Users/kineticpoet/dev/simperium-ios-private/Simperium/SPCoreDataExporter.m:94
2012-05-12 10:48:59.407 Squirrel[1502:c07] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Simperium couldn't load member initialExchangeRate (unsupported type)'

initialExchangeRate is a decimal attribute in this case. Are there any other attributes types not supported?

@mikejohnstn
Copy link
Contributor

All attribute types should now be supported, but let us know if you run into problems. The Binary Data type can be handled via base64 with a UserInfo override. If you need this, please email us at help@simperium.com or swing by our chat room at http://www.hipchat.com/gNs0OdqVJ

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

No branches or pull requests

2 participants