SwiftSDK icon indicating copy to clipboard operation
SwiftSDK copied to clipboard

Add support for CocoaPods

Open winsmith opened this issue 2 years ago • 3 comments

Required for https://github.com/TelemetryDeck/Issues/issues/190#top

winsmith avatar Oct 19 '23 10:10 winsmith

Hi,

Just a head up that cocoapods is in "Maintance mode"

https://blog.cocoapods.org/CocoaPods-Support-Plans/

E.g. I maintain Unity, React Native, Flutter etc. A lot of these projects will (and should) be migrating to Swift Package Manager with time. As specified above, we are not breaking anything but bugs you may raise are unlikely to get fixed.

0xWDG avatar Sep 17 '24 15:09 0xWDG

We do have support for CocoaPods already, so I'm not sure why this task is open. But we ran into another pipeline issue with CocoaPods in release 2.4.0 and later. I believe it's caused by this GitHub Actions issue but applying the workaround of changing the environment to macos-15 didn't succeed.

So to me, the question rather is: Do we want to drop CocoaPods support officially now that CocoaPods itself is in maintenance mode as recently announced in their blog post?

Are people using TelemetryDeck through CocoaPods? And what are reasons why they can't migrate?

Jeehut avatar Oct 02 '24 10:10 Jeehut

Yes, drop support for CocoaPods.

philliptharris avatar Oct 23 '24 01:10 philliptharris

@philliptharris It seems that we can't remove the CocoaPods deployment just yet due to our Flutter SDK depending on it, see https://github.com/TelemetryDeck/FlutterSDK/issues/21.

But having that said, since we already have CocoaPods support, I'm going to close this issue.

Jeehut avatar Nov 05 '24 10:11 Jeehut