I am returning PFObjects from cloud function(s) and in my app (iOS SDK), I am using Subclassing. However, it gives error:
fatal error: NSArray element failed to match the Swift Array Element type
It works fine with api.parse.com but not with my local parse-server. Thanks