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
Expected behavior When I build an ios_framework, the output should contain a modulemap, just the way as the ios_static_framework does.
Actual behavior The build framework does not have a module map.
I've tried to build using --experimental_objc_enable_module_maps with no success.
The text was updated successfully, but these errors were encountered:
I've opened #301 which fixes it for us.
Sorry, something went wrong.
Add modulemap support for dynamic frameworks
7cc350c
Fixes bazelbuild#177 Signed-off-by: Steeve Morin <[email protected]>
No branches or pull requests
Expected behavior
When I build an ios_framework, the output should contain a modulemap, just the way as the ios_static_framework does.
Actual behavior
The build framework does not have a module map.
I've tried to build using --experimental_objc_enable_module_maps with no success.
The text was updated successfully, but these errors were encountered: