Skip to content
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

ios_framework cannot be used in normal Xcode project #81

Closed
lswith opened this issue Jun 19, 2017 · 3 comments
Closed

ios_framework cannot be used in normal Xcode project #81

lswith opened this issue Jun 19, 2017 · 3 comments
Labels
P2 We should fix this this quarter type: feature request New feature or request

Comments

@lswith
Copy link

lswith commented Jun 19, 2017

It seems that if I use the ios_framework rule to create an ios swift library framework, the framework cannot be used in a normal xcode project. It seems the swift module is not included.

A full example is here: https://github.com/lswith/bazel-ios-test

If you try to build the app target in the ios.xcworkspace, it won't be able to find the "hello" module which was built by bazel.

@sergiocampama
Copy link
Contributor

ios_framework is not designed to be distributed. We don't have a distributable dynamic framework solution as of now. Please review this doc for more info on supported frameworks use cases.

@sergiocampama
Copy link
Contributor

Leaving open as FR for distributable dynamic framework.

@sergiocampama sergiocampama added P2 We should fix this this quarter type: feature request New feature or request labels Mar 5, 2019
@keith
Copy link
Member

keith commented Oct 26, 2021

You can now us ios_dynamic_framework and friends for this

@keith keith closed this as completed Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 We should fix this this quarter type: feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants