I have sent by email a simple project which includes the issue
Hi, Damien:
Can you explain why the KCSPersistable error is arising in the first place?
Thanks,
Michael
Is it because you've added a category to NSObject that adheres to KCSPersistable?
Michael
fabreax
Hello,
I'm new to iOS and Swift and I'm trying to query my Kinvey store.
I have followed the documentation :
class Event: NSObject, KCSPersistable {
...
}
but XCode tells me "Redundant conformanceĀ of 'Event' to 'KCPersistable'".
Am I wrong ?
Thank you