Bug: Error: 'struct' value has no field or method 'inputs'
with xcodeproj <- ios_unit_test <- swift_library <- mixed_language_library
#3103
Labels
bug
Something isn't working
Description
Hi,
I have the following setup:
xcodeproj <- ios_unit_test <- swift_library <- mixed_language_library
.When i try to generate Xcode project i get the following error:
Reproduction steps
I have created a minimal repro: https://github.com/vakhidbetrakhmadov/xcodeproj_repro/tree/main
Run:
make proj
Expected behavior
Xcode project is successfully generated
rules_xcodeproj version
2.8.1
Xcode version
15.4.0 (15F31d)
Bazel version
7.4.0
rules_apple version
3.11.2
rules_swift version
2.2.2
Additional information
If i replace
mixed_language_library
withit works as expected.
The text was updated successfully, but these errors were encountered: