MobileNativeFoundation/rules_xcodeproj

Bug: folder-type files in incremental generation mode not working when using precompiled_apple_resource_bundle

narlei opened this issue · 1 comments

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
Screenshot 2024-02-23 at 14 32 44

Expected behavior

Show the xcassets bundle folder like when not using the precompiled option.

rules_xcodeproj version

e173c88

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

I see the issue. I'm working on a fix.