rules_apple icon indicating copy to clipboard operation
rules_apple copied to clipboard

Support producing static XCFrameworks that is importable from Swift

Open thii opened this issue 3 years ago • 1 comments

Assuming this would fall into framework_type = ["static"] (not sure why this is a list) in the apple_xcframework rule.

In the meantime, users can use apple_static_xcframework with a post-process to add module map files, but note that XCFrameworks produced this way aren't usable as-is from normal Xcode Swift projects.

thii avatar Feb 02 '22 20:02 thii

@kaylathar mentioned offline that someone was looking at this, I believe it's just because the underlying apple_static_library isn't aware of any of these things

keith avatar Feb 02 '22 21:02 keith