Open Jignesh1303 opened 7 months ago
Hi @Jignesh1303 How are you integrating our CleverTap SDK, via cocoapods, spm or manual integration?
Through Cocoapods
@Jignesh1303 the sdk supports "up to next major version" of SDWebImage as mentioned in the podspec:
s.ios.dependency 'SDWebImage', '~> 5.11'
https://github.com/CleverTap/clevertap-ios-sdk/blob/master/CleverTap-iOS-SDK.podspec#L12
Please update pods by pod install --repo-update
or delete Pods folder and Podfile.lock
and install pods again to update the SDWebImage version.
Here is a sreenshot of a sample app with CleverTap SDK 6.2.0.
We are using react native dependency. "clevertap-react-native": "2.2.0"
Still It is Installing SDWebImage (5.11.1)
I tried:
@akashvercetti , Did you find any solution?
@Jignesh1303 Here is a screenshot for a react native sample app with CT SDK 6.2.0 and SDWebImage 5.19.1 being installed.
If pod install --repo-update
doesn't work you can try the following options:
node_modules
folder and install your packages again using yarn install
. Then in iOS folder, delete Pods
folder and Podfile.lock
file. The install pods again.pod cache clean 'SDWebImage' --all
or pod cache clean 'SDWebImage'
and then try to install.
CleverTap iOS SDK 6.2.0 is using version of SDWebImage (5.11) which has not PrivacyInfo. Please release new version with SDWebImage latest version 5.19.1.