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
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.
For reference, the team at RevenueCat has implemented a similar fix, and you can check out their approach here: RevenueCat/purchases-ios#4286
Would it be possible to make this update in the library as well?
Thank you for your attention to this issue!
The text was updated successfully, but these errors were encountered:
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:
RevenueCat/purchases-ios#4286
Would it be possible to make this update in the library as well?
Thank you for your attention to this issue!
The text was updated successfully, but these errors were encountered: