We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lottie 4.5.0 xCode version 16.0 beta 6 (16A5230g) iOS18.0 - beta
Compiling without error
App crashes with xCode 16.0 beta, but builds with xCode 15.4.0 - looks to be an issue with the beta though.
LottieView { try await DotLottieFile.named("smileytransparent.lottie") -> Thread 7: EXC_BAD_ACCESS (code=1, address=0x4) .animationSource }
withCheckedThrowingContinuation -> Thread 7: EXC_BAD_ACCESS (code=1, address=0x4)
The text was updated successfully, but these errors were encountered:
xCode version 16.0 beta 6 (16A5230g) & iOS 17.5.1 is compiling with no issues. Looks to be an issue with iOS 18 beta
Sorry, something went wrong.
looks like to be an iOS 18 beta issue. it is working with build 22A5350a
No branches or pull requests
Lottie 4.5.0
xCode version 16.0 beta 6 (16A5230g)
iOS18.0 - beta
Expected Behavior
Compiling without error
Actual Behavior
App crashes with xCode 16.0 beta, but builds with xCode 15.4.0 - looks to be an issue with the beta though.
The text was updated successfully, but these errors were encountered: