-
-
Notifications
You must be signed in to change notification settings - Fork 871
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
Carthage Xcode >=12 compatibility #1591
Comments
This issue has been automatically marked as stale because it has not had recent activity. If you believe it should stay open, please let us know! As always, we encourage contributions, check out the Contributing Guide |
We may be moving straight to SPM support and skip fixing the carthage build altogether, see discussion in #1615. In the meantime, I found a rather complex way to build with carthage on Xcode 13.2.1:
|
I'm keeping this issue open if someone looks for guidance when building with carthage, but with a note that we intend to focus on adding Swift Package Manager support (#1453) as a more sustainable solution instead of fixing the carthage build process / xcframeworks. |
Closing as release 2.0.0 supports import via Swift Package Manager. |
Generate xcframework for the next version in order to avoid using carthage workaround
https://github.com/Carthage/Carthage#building-platform-independent-xcframeworks-xcode-12-and-above
@cbaker6
The text was updated successfully, but these errors were encountered: