ios-snapshot-test-case icon indicating copy to clipboard operation
ios-snapshot-test-case copied to clipboard

Remove Cocoapods and Carthage support

Open alanzeino opened this issue 4 years ago • 3 comments

Just a heads up that we are considering removing support for these considering recent issues running these tools on Apple Silicon, Apple's changes to xcframeworks, Swift Package Manager gaining steam in the past year, etc.

If you use one of these integration points consider at least switching to SwiftPM integration. We may drop Cocoapods integration early next year considering the above.

alanzeino avatar Sep 02 '21 22:09 alanzeino

Do you still have plans to drop support for Cocoapods? I am researching options to migrate PointFree snaphot testing lib in my client's project to something which supports Cocoapods and your lib is the only solution which I found.

pwadowski avatar Feb 15 '23 09:02 pwadowski

Yes likely this year.

Even if we dropped Cocoapods you could just copy the code into your app and use the :path, or use an old version of the library.

alanzeino avatar Feb 15 '23 21:02 alanzeino

Yeah, I know but we have a flow which automatically updates our pods and this solution won't fit into this. Probably, we are going to try use both cocoapods and spm in one project. Thanks for quick response.

pwadowski avatar Feb 16 '23 06:02 pwadowski