First, thank you for maintaining this awesome library! 🙏
I wanted to report an issue we’re experiencing when using withCheckedThrowingContinuation on iOS 18, which is causing several crashes in our app. After investigating, it seems like replacing withCheckedThrowingContinuation with withUnsafeThrowingContinuation resolves the issue.
First, thank you for maintaining this awesome library! 🙏
I wanted to report an issue we’re experiencing when using
withCheckedThrowingContinuation
on iOS 18, which is causing several crashes in our app. After investigating, it seems like replacingwithCheckedThrowingContinuation
withwithUnsafeThrowingContinuation
resolves the issue.For reference, the team at RevenueCat has implemented a similar fix, and you can check out their approach here: https://github.com/RevenueCat/purchases-ios/pull/4286
Would it be possible to make this update in the library as well?
Thank you for your attention to this issue!