-
Notifications
You must be signed in to change notification settings - Fork 43
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
Comments
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 |
mikejohnstn
pushed a commit
that referenced
this issue
Jan 26, 2013
jleandroperez
added a commit
that referenced
this issue
Oct 10, 2013
Closed
jleandroperez
added a commit
that referenced
this issue
Mar 7, 2014
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: