-
Notifications
You must be signed in to change notification settings - Fork 273
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
Producing .xcframeworks #1249
Comments
From what I see adding Are you planning on releasing this anytime soon? I gave the whole thing a shot and I think I ran into a bug, or the thing is just not ready yet.
I then run into that error:
Seems like it can't find the json encoder. Please let me know if I'm on the right track here or how I could try out Thanks! |
Are you using bazel 5.0? The next release will require it (which is why we haven't made a release yet, as it's still in RC). |
Thanks for the quick reply @brentleyjones. No, the project I'm trying to run has So bazel 5.0 is a requirement then for this, if I understand correctly? |
Yes. And Bazel 4.x is required for the latest release (or, that is all we tested it with, it might somehow work with 3.7.2). |
Was this solved by the recent 0.33.0 release? (Saw "Add rule for producing xcframeworks for iOS" in the release notes) |
Partially, yes. There's still missing support for producing XCFrameworks bundling static frameworks. |
I think we can close this overarching issue now since it works for many cases, and using libraries over frameworks is probably fine in many cases. We can file a separate tracking issue for that if we want to. |
This is just a tracking issue for producing xcframeworks, since this is a common use case we should support
The text was updated successfully, but these errors were encountered: