You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the stack trace, it seems like an exception in the JSON serialization in Foundation. We are using the JSONSerialization class in Foundation, which throws an exception if the data is not serializable (e.g., when custom structs/classes are used). We recommend using the JSONSerialization.isValidJSONObject function to check whether your payload is JSON serializable.
Describe the bug
EXC_BAD_ACCESS (KERN_INVALID_ADDRESS)
To Reproduce
There are no steps to reproduce.
Device information (please complete the following information):
Additional context
Stack trace
The text was updated successfully, but these errors were encountered: