transformable Questions
2
Solved
I have an entity that has a traformable property. It is an array of custom object, Reminder that confirms to NSSecureCoding.
@objc(Reminder)
public class Reminder: NSObject, NSSecureCoding {
publi...
Chaps asked 31/12, 2020 at 21:0
2
Solved
I am getting this CoreData error. I have no idea why I'm getting this error. I'm not using any Transformable types. I see nothing in my code indicating that I'm using transformable properties. I le...
Oehsen asked 13/1, 2020 at 19:12
3
Solved
I am trying to use a custom class with swift and CoreData as a transformable object. I have been wasting hours trying to figure it out but cannot. I keep getting two errors: Property cannot be mark...
Miracidium asked 15/1, 2018 at 2:47
3
Solved
I often use Transformable for Core Data attributes, so I can change them later.
However, it seems like, if I want to use NSPredicate to find a NSManagedObject, using "uniqueKey == %@", or "uniqueK...
Fujio asked 24/5, 2011 at 0:31
3
Solved
When I delete a managed object that contains image, stored as transformable value in external record, then I got crash and this error:
Terminating app due to uncaught exception 'NSInvalidArgumentE...
Iorgos asked 28/10, 2011 at 14:16
1
Solved
I have a Core Data model with a single transformable attribute. I also have this attribute use a custom NSValueTransformer, setup in the model properly.
When I use mogenerator to generate/update ...
Spec asked 16/2, 2011 at 19:27
1
© 2022 - 2024 — McMap. All rights reserved.