Riskified / ios_sdk

Riskified iOS SDK
Apache License 2.0
3 stars 7 forks source link

Pods not updated to v1.2.9. It's still on v1.2.7. Any chance to update the pods so it's easy to integrate. #8

Open vipinsaini0 opened 2 years ago

vipinsaini0 commented 2 years ago

@mooseriskified @dormini @arungopalRF Please update the pods to v1.2.9

mooseriskified commented 2 years ago

@vipinsaini0 Thank you for reporting. the update will become available next week ( Jan/27)

RGG-jayoung commented 2 years ago

@mooseriskified any update on this? This still does not show up when running pod install/update.

mooseriskified commented 2 years ago

@RGG-jayoung heyy, sorry for the delay, can you check now ?

vishgyana commented 2 years ago

@mooseriskified

I tried to update the version link this

Screenshot 2022-03-09 at 4 31 46 PM

I'm getting this below error

[!] CocoaPods could not find compatible versions for pod "RiskifiedBeacon": In Podfile: flutter_riskified (from .symlinks/plugins/flutter_riskified/ios) was resolved to 0.3.0-pre, which depends on RiskifiedBeacon (~> 1.2.9)

None of your spec sources contain a spec satisfying the dependency: RiskifiedBeacon (~> 1.2.9).

You have either:

RGG-jayoung commented 2 years ago

The solution for us using cocoa pods was using RiskifiedBeaconXCFramework ~> 1.2.9 and then @import RiskifiedXCFramework for Objective-C or import RiskifiedXCFramework in Swift.