swiftui-navigation: Docc compilation error
Hello, I am trying to build the documentation of my app (Product -> Build Documentation).
However, it fails to compile for the _SwiftUINavigationState
target in this project.
.
It looks like it is working for other TCA libraries, just this target in particular has this problem.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 24 (8 by maintainers)
JFYI: Tuist dependency manager is mapping SPM packages to Xcode targets, hence it needs to provide a bundleID. Being
_
not a valid character for a bundleID, it is replacing it with-
, but it looks like Xcode can’t handle well bundleID starting with-
😅 Should be fixed in this Tuist PR, using.
instead of-
when replacing_
@PierreCapo I’m opening an issue on Tuist repo now. I’ll link it here once it’s done. Can you wait just a bit before closing it? Might help other people with the same problem to have a link to the tuist issue.
@tgrapperon Can you keep the
no-underscore
branch up so I can use it in the tuist issue?@tgrapperon It should be there now.