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 am using Moya version 15.0, and my app unexpectedly started crashing on iOS 18. The issue occurs when the API response is empty, as the execution enters the try mapJSON(failsOnEmptyData:) method, which triggers the crash.
I am using Moya version 15.0, and my app unexpectedly started crashing on iOS 18. The issue occurs when the API response is empty, as the execution enters the try mapJSON(failsOnEmptyData:) method, which triggers the crash.