Closed tinder-maxwellelliott closed 4 years ago
It appears running my bazel command without --incompatible_objc_compile_info_migration
allows Module.h
to be created as expected
Ah yeah, I forgot to mention in the README but --incompatible_objc_compile_info_migration
is required if you want to use the latest rules_apple and rules_swift.
I can update the readme to reflect this change
Hello There!
I am seeing the following error when I am compiling a mixed framework target:
This is happening in the code generated -Swift header
When I search through my
bazel-out
directory I cannot findModule.h
. What is the right way to go about debugging this issue