I have been notified that our app is crashing. When I run the app in Xcode, I get the casting error
“Could not cast value of type ‘Swift._SwiftDeferredNSDictionary<Swift.String, Any>’”.
Below is the call from the app to the server, which ends up “nil” after the optional cast.
When I force cast it in the debugger, I get the above error.
I’ve walked through more places in my code and I find that all of my castings are failing. As I said, this code was last released into the store in January, was functioning in testing at that time, and worked into February before starting to fail. Any help would be appreciated