-
Notifications
You must be signed in to change notification settings - Fork 140
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
<module>-Swift.h: fatal error: module '<module>' not found #1448
Comments
#1174 might be the same issue |
As far as i understand, generated Previously i used |
If i copy the failed compile command from the logs, add |
Using |
Hello,
I am trying to compile a
mixed_language_library
target that depends on aswift_library
target that exports Objective-C APIs.I am getting the following error:
<module>-Swift.h: fatal error: module '<module>' not found
.I have created a minimal repro example: mixed-language-cannot-find-module-repro.
To observe the error run:
bazelisk build -s --sandbox_debug --platforms=@build_bazel_apple_support//platforms:ios_sim_arm64 //examples/apple/mixed_language_cannot_find_module_repro:Consumer
.The text was updated successfully, but these errors were encountered: