-
-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
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
fix: fix ios build with use_frameworks static #771
Conversation
🦋 Changeset detectedLatest commit: 43e6a9d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Hello, and thank you for the PR! okay, let's give this a go! |
@jeongshin the build fails with
can you pls take a look at it? Thank you! |
|
I'm trying to fix the build issue, but I think the build fails even before I can fix the header problem. I fixed the headers generation issue but stuck on the other problems. I'll take a look for details on upcoming weekend. I don't have much time on weekdays... 🙏. Thanks! |
Hi @jeongshin thank you ! Build is success for me too. |
Hi Thanks for great library.
This may fix this issue.
I tested on my app with linking static and it works.
Thank you.