You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce, please run make build_foo_no_header_map or make build_foo_header_map.
The text was updated successfully, but these errors were encountered:
vakhidbetrakhmadov
changed the title
fatal error: '<module>/<module>-Swift.h' file not found
fatal error: '<module>/<module>-Swift.h' file not found in mixed_language_library
Oct 25, 2024
Hi
I am trying to build a mixed language library that has Swift and Objective-C source code.
I am getting the following error:
I have created a minimal repro example: https://github.com/vakhidbetrakhmadov/mixed_language_library_repro
To reproduce, please run
make build_foo_no_header_map
ormake build_foo_header_map
.The text was updated successfully, but these errors were encountered: