-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Swift Package Manager Support #70
Comments
Hi, @ragzy15 Thank you for submitting the Feature Request. I will take this up for discussion with our engineering team and keep you updated here. |
I want to +1 this. This would make integration 100x easier and less painful than manual integration for people who don't use Cocoapods. |
Hi @Aditi3, is there any update regarding swift package support? |
Please add support for SPM |
Please add support for swift package manager |
Hi All, Thank you for your feedback 👍 We have taken up this request in our current quarter. The support for Swift Package Manager will be available in the first/ second week of October. Best, |
Thank you! |
Thanks for your support @Aditi3 👍 |
Any updated related to this @Aditi3 , seems like the latest version 3.9.1 still doesn't mention any support for SPM Is it still planned for October release or pushed further back to November or later? |
Hi @baraeb92 Well, yes our latest release includes iOS 14.0 updates and some minor fixes. Due to the unexpected assignments, there's a delay in enabling swift package manager support. Nevertheless, Swift Package Manager is next up in our iOS Roadmap. I will keep you posted with the timeline once we finalize internally. |
Follow the progress at https://github.com/CleverTap/clevertap-ios-sdk/tree/feature/swift-pm. PRs and Suggestions welcome! |
Hi @Aditi3, can you provide a release date for the version 3.9.2 with swift package manager support? |
Hey @ragzy15, Apologies for the delayed response. There’s a delay in the release of version 3.9.2 due to unforeseen issues and we're planning to append another feature request in the same version. At present, we're aiming to release version 3.9.2 which include Swift Package Manager support by the end of December. |
Hi @Aditi3 any updates regarding release of swift package manager support? |
+1 I found clevertap uses SDWebImage package which I added in SPM, thus I have two SDWebImage libraries(one in cocoapods and the other in SPM) in the project. Found this in Podfile.lock file.
And I'm getting this error: Class SDAnimatedImage is implemented in both /private/var/containers/Bundle/Application/....app/Frameworks/SDWebImage.framework/SDWebImage (0x107f367f0) and /private/var/containers/Bundle/Application/....app/MyApp (0x1059f8248). One of the two will be used. Which one is undefined. |
Hey @Aditi3, any news about the official (tag) SPM support? Is feature/swift-pm considered a stable release? |
I have taken up Swift Package Manager release discussion internally with my team as some High priority task. Allow me some time to share a new timeline for the official release. |
Hi All, We will be releasing Swift Package Manager support by mid-March. |
Hey @Aditi3, It's already April :) |
How does this work somebody to talk to me I've been trying to learn this I can't figure it all out just got it |
The official release will be out in a day or two. Thanks for your patience. |
@Aditi3 Can't wait! Thanks :) |
Getting following error on adding CleverTapSdk to Apple TV target. /SourcePackages/checkouts/clevertap-ios-sdk/CleverTapSDK/Inbox/resources/CTCarouselMessageCell~land.xib: iOS xibs do not support target device type "tv". |
Please provide support for Swift Package Manager
The text was updated successfully, but these errors were encountered: