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
Currently struct parsing will be flaky if unions are part of struct. The reason for that is that we don't try to match against ?(..content..), and that's how unions are encoded by iOS.
The text was updated successfully, but these errors were encountered:
Currently struct parsing will be flaky if unions are part of struct. The reason for that is that we don't try to match against
?(..content..)
, and that's how unions are encoded by iOS.The text was updated successfully, but these errors were encountered: