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
Just upgraded all my packages and the build kept failing on iOS (android is working) with Skia issues:
Undefined symbol: sk_abort_no_print() Undefined symbol: Simplify(SkPath const&, SkPath*) ... and many more like this
After trying a lot of things, I downgraded to v1.3.11 and it worked instantly. Using XCode 15.4
Just letting you know!
v1.3.12
The text was updated successfully, but these errors were encountered:
I can confirm the issue, my apologies for this regression, releasing a fix for it now.
Sorry, something went wrong.
🎉 This issue has been resolved in version 1.3.13 🎉
The release is available on:
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
Description
Just upgraded all my packages and the build kept failing on iOS (android is working) with Skia issues:
Undefined symbol: sk_abort_no_print()
Undefined symbol: Simplify(SkPath const&, SkPath*)
... and many more like this
After trying a lot of things, I downgraded to v1.3.11 and it worked instantly.
Using XCode 15.4
Just letting you know!
Version
v1.3.12
Steps to reproduce
Snack, code example, screenshot, or link to a repository
The text was updated successfully, but these errors were encountered: