Maybe this should be an issue in rules_ios, I'm not sure, but I'll start here. Header maps don't seem to be working for me. The copts added seem correct, but the .hmap files don't seem to get created during the build. Trying to build zz here fails with it being unable to find a header for "yo.h".
If I add the headermaps to the data attr, I can sort of get it working for non-sandboxed builds, but overall I'm not sure what's going on here. I'm on Bazel 3.7.0
Maybe this should be an issue in rules_ios, I'm not sure, but I'll start here. Header maps don't seem to be working for me. The
copts
added seem correct, but the .hmap files don't seem to get created during the build. Trying to buildzz
here fails with it being unable to find a header for"yo.h"
.BUILD.bazel:
a.m:
nest/yo.h and a.swift: empty files
If I add the headermaps to the
data
attr, I can sort of get it working for non-sandboxed builds, but overall I'm not sure what's going on here. I'm on Bazel 3.7.0