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
I encountered a crash in the TransactionSerializer class, specifically in the deserialize(byteStream: ByteStream) -> FullTransaction method. The crash occurs at the following line:
The crash log points to (0 (null) in Data._Representation.subscript.getter)
This issue appears to happen only on iOS 17.6.1. Could you please take a look or suggest any potential workarounds?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I encountered a crash in the TransactionSerializer class, specifically in the deserialize(byteStream: ByteStream) -> FullTransaction method. The crash occurs at the following line:
The crash log points to
(0 (null) in Data._Representation.subscript.getter)
This issue appears to happen only on iOS 17.6.1. Could you please take a look or suggest any potential workarounds?
Thank you!
The text was updated successfully, but these errors were encountered: