Bug: macos_application
with macos_extension
fails because of missing extension_host
#3126
Labels
bug
Something isn't working
Description
Related to: #2937
When using
macos_application
that hasextensions
the project generation fails with:The issue is that
macos_extension
does not supportextension_host
property. This issue is to track this working properly (whether that means addingextension_host
in rules_apple or making this optional)Reproduction steps
macos_extension
macos_aplication
extensions
ofmacos_application
macos_application
as a targetExpected behavior
This should work as expected without generation errors.
rules_xcodeproj version
2.x
Xcode version
1.61
Bazel version
7.4.1
rules_apple version
3.x
rules_swift version
2.x
Additional information
No response
The text was updated successfully, but these errors were encountered: