bazel-xcode / bazel-xcode/PodToBUILD
missing modulemap
- Dominant language
- Swift
- Stars
- 330
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
When trying to use PodToBUILD with XCHammer, the build fails when looking for module maps for swift dependencies with an error like the following:
```
Module map file '.../xchammer-includes/x/x/external/DSFSparkline/DSFSparkline_module_map/DSFSparkline.modulemap' not found
```
According to the comment here, both a modulemap and an "extended" modulemap should be generated: https://github.com/pinterest/PodToBUILD/blob/ab412495387c0a8cc4a32a7c44f40096b9f339c4/Sources/PodToBUILD/BuildFile.swift#L311-L320.
However, I only see a module map like the following: DSFSparkline_extended_module_map.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.