binary target support for SPM or xcframework artifact #648
Replies: 1 comment 1 reply
-
That would be really nice. We were thinking about replacing https://github.com/uber/ios-snapshot-test-case with this Snapshot Test framework to support snapshot tests in SwiftUI. However, our project only uses Carthage since it's supper inconvenient to refetch and rebuild the dependencies every time we check out a new commit/branch. @lazar-otasevic-cif, do you know if it's possible to distribute binaries or precompile open source frameworks with SPM?
Let's ask @stephencelis about it, since the Carthage support has been removed in the latest version 1.10.0 #642. |
Beta Was this translation helpful? Give feedback.
-
It would be nice to have XCFramework distribution, or at least xcframework artifact in releases so we don't have to rebuild the framework from source everytime we need it
Beta Was this translation helpful? Give feedback.
All reactions