stinsen icon indicating copy to clipboard operation
stinsen copied to clipboard

Add Carthage support?

Open emartinson opened this issue 1 year ago • 2 comments

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

emartinson avatar Aug 02 '22 06:08 emartinson

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?

rundfunk47 avatar Aug 21 '22 14:08 rundfunk47

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.

emartinson avatar Aug 28 '22 09:08 emartinson