Prathamesh Kowarkar
Prathamesh Kowarkar
HI. Thank you for this library. It's been incredibly useful for my app so far. Any update on when 1.1.0 will be released following fix for #16?
Seeing the same problem on Xcode 13.2.1 on M1 Pro MacBook Pro while pulling in JTAC as an SPM dependency. I'm afraid I don't have a sample file or project...
FYI I cannot update Xcode or Firebase version till 2023 so that is not an option for now.
Elsewhere on the internet where `Operation went isFinished=YES without being started by the queue it is in`: - https://github.com/robertmryan/AFHTTPSessionOperation/issues/7 - https://stackoverflow.com/questions/42789556/what-do-i-do-with-this-exception-tripped-shortly-after-cancelling-all-operations - https://stackoverflow.com/questions/48137896/operation-went-isfinished-yes-without-being-started-by-the-queue-it-is-in
Thanks for helping me with this! I mean the most reliable method to replicate this crash is by updating the app from a previous build e.g. 2.10.4 build 299 to...
Hey, just wanted to give an update on this issue. I was able to avoid this crash by replacing existing completion-based API calls with async/await calls. Thanks for helping me...