airbnb / lottie-ios

An iOS library to natively render After Effects vector animations
http://airbnb.io/lottie/
Apache License 2.0
25.7k stars 3.74k forks source link

- iOS 18 and latest xCode crash fix with #2481

Closed CricHeroesiOS closed 2 weeks ago

CricHeroesiOS commented 2 weeks ago

Replacing withCheckedThrowingContinuation Calls With withUnsafeThrowingContinuation

calda commented 2 weeks ago

It sounds like this was an issue affecting iOS 18 betas, which has since been fixed: https://developer.apple.com/forums/thread/761580

Since this is an SDK-level issue, I'd prefer we not try to work around it in Lottie library code.