Skip to content

Add swiftinterface_imports to apple_static_xcframework_import #2328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

keith
Copy link
Member

@keith keith commented Nov 15, 2023

Without this static xcframeworks which have a swiftinterface file will
fail to compile when sandboxing is enabled since their swiftinterface
won't be copied to the xcframework bundle.

This changed in #2266
which was mirroring the swiftmodule_imports behavior that I believe is
also wrong so I fixed that here too.

Without this static xcframeworks which have a swiftinterface file will
fail to compile when sandboxing is enabled since their swiftinterface
won't be copied to the xcframework bundle.

This changed in #2266
which was mirroring the swiftmodule_imports behavior that I believe is
also wrong so I fixed that here too.
@keith keith merged commit 75e15fd into master Nov 16, 2023
@keith keith deleted the ks/add-swiftinterface_imports-to-apple_static_xcframework_import branch November 16, 2023 05:21
@brentleyjones
Copy link
Collaborator

We will need tests to prevent future regressions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants