MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
514 stars 81 forks source link

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

Closed narlei closed 6 months ago

narlei commented 6 months ago

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 https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/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

e173c880bd6c77cce11f95346d537299defa19e7

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 6 months ago

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