caiyue1993/IceCream

Terminating app due to uncaught exception 'RLMException', reason: 'Invalid value '38822059460163' of type '__NSCFNumber' for 'string' property 'MediaAsset.id'.'

Closed this issue · 1 comments

I Get this error message when deleting records with cream assets.

Terminating app due to uncaught exception 'RLMException', reason: 'Invalid value '38822059460163' of type '__NSCFNumber' for 'string' property 'MediaAsset.id'.'

Please Help

I Fixed the issue. It seemed like realm was automatically converting string id's that were only Integers into integers. "123" -> 123
Fixed issue by making 'id' property UUID()

Reference issue #137