Closed brainbicycle closed 2 months ago
We no longer support CocoaPods, SPM integration is the path forward, if you see issues with that let me know.
thanks for the reply, we will probably need to drop since we are stuck on Cocoapods due to react native and don't want 2 package managers but understand it is not a priority. Have a good day!
:wave: hello there and thanks for the library!
I was attempting to publish this pod: https://github.com/dblock/ios-snapshot-test-case-expecta which has ios-snapshot-test-case as a dependency.
However
bundle exec pod lint
fails to pass validation due to an incompatible minimum deployment target with the latest versions of Xcode:There is an issue in cocoapods here: https://github.com/CocoaPods/CocoaPods/issues/12033 around this but I think the short of it is that deployment targets need to be above 12 for Xcode 15+.
Any possibility of updating? I can also give it a shot.
Example update in another library: https://github.com/clemensg/sqlite3pod/pull/23/files