didomi / didomi-ios-sdk-spm

A Swift Package of the Didomi iOS SDK
2 stars 1 forks source link

Can't install 2.9.1 release with pods #7

Closed hamzasoua closed 4 months ago

hamzasoua commented 4 months ago

Hello,

We can't install last release with pods, the can only install 1.64.0 version

felipe-saez commented 4 months ago

Hello Hamza,

Thanks for your message. Could you please indicate what error you are getting?

Regards,

Felipe

hamzasoua commented 4 months ago

Hello Felipe,

this is my Pod: pod 'Didomi-XCFramework', '2.9.1'

and the error: [!] CocoaPods could not find compatible versions for pod "Didomi-XCFramework": In Podfile: Didomi-XCFramework (= 2.9.1)

felipe-saez commented 4 months ago

Did you try pod install --repo-update?

hamzasoua commented 4 months ago

Thank you, it work

felipe-saez commented 4 months ago

no problem, I'm glad that worked.

hamzasoua commented 4 months ago

resolved