rules_apple icon indicating copy to clipboard operation
rules_apple copied to clipboard

no field or method 'toolchain_attrs'

Open 315567599 opened this issue 6 months ago • 1 comments

apple_xcframework_import.bzl", line 732, column 21 swift_common.toolchain_attrs(), Error: 'struct' value has no field or method 'toolchain_attrs'

315567599 avatar May 13 '25 14:05 315567599

@315567599 can you provide more context?

adincebic avatar May 13 '25 19:05 adincebic

toolchain_attrs was removed from swift_common here, ensure you are using a rules_swift that is compatible with rules_apple.

luispadron avatar Jun 25 '25 15:06 luispadron