rules_apple icon indicating copy to clipboard operation
rules_apple copied to clipboard

Validate prebuilt framework library types

Open sebastianv1 opened this issue 2 years ago • 0 comments

It's possible to incorrectly wrap static frameworks with the apple_dynamic_xcframework_import rule. This can compile but present headaches with downstream issues. It would be nice if we could validate that imported frameworks match the expected library type (ar archive vs dylib)

sebastianv1 avatar Aug 25 '22 15:08 sebastianv1