Skip to content
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

Add Carthage support? #87

Open
emartinson opened this issue Aug 2, 2022 · 2 comments
Open

Add Carthage support? #87

emartinson opened this issue Aug 2, 2022 · 2 comments

Comments

@emartinson
Copy link

Could you please add Carthage support apart from SPM and Cocoapods?

@rundfunk47
Copy link
Owner

What is needed for Carthage support? If I remember correctly, it should work out of the box, by just specifying the repository URL and target?

@emartinson
Copy link
Author

emartinson commented Aug 28, 2022

No, to support Carthage publisher should provide XCode Project with shared schema which can produce XCFramework as build result.

Without this carthage will fail with Dependency "stinsen" has no shared framework schemes

What is needed for Carthage support?

Carthage is still the best solution in terms of build time. Once built it won't require you to rebuild itself after clean build artefacts or derived data.

SPM is not so good for this at all.

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

No branches or pull requests

2 participants