App ID # 2FA6F2D8-97BE-F615-FFCC-C2CEDC595F00
let dataStore = backendless.data.of(BEUserProperty.self)
dataStore.find(responseHandler: { (all) in
let x = all[0] as! BEUserProperty
}) { (Fault) in
}
I ported another app over to the new SDK with no issue. It was a newer app though.
This App ID has been in use for a couple years now, I’m guessing there is something from the past when I created the tables and schema.
I tried the other tables as well, same issue
This has been working fine for a year + using the objC SDK
the error is
Could not cast value of type 'Swift._SwiftDeferredNSDictionary<Swift.String, Any>'