Bug: folder-type files in incremental generation mode not working when using precompiled_apple_resource_bundle
narlei opened this issue · 1 comments
narlei commented
Description
The folder-type files in incremental generation mode not working when using precompiled_apple_resource_bundle. It's showing the xcassets file-by-file instead of the xcassets view.
Reproduction steps
Add a precompiled_apple_resource_bundle
to the project and generate a project using the incremental generation.
This PR #2913 adds an example to this repo, it can be reproduced by running bazel run //:xcodeproj-incremental
Expected behavior
Show the xcassets bundle folder like when not using the precompiled option.
rules_xcodeproj version
Xcode version
15.0.0
Bazel version
6.4.0
rules_apple version
3.2.1
rules_swift version
1.15.1
Additional information
No response
brentleyjones commented
I see the issue. I'm working on a fix.