SiftScience / sift-react-native

React Native Wrapper for Sift iOS and Android SDKs
MIT License
1 stars 12 forks source link

Sift Pod version is not pinned #8

Closed brodiehamilton-fanduel closed 2 years ago

brodiehamilton-fanduel commented 2 years ago

The iOS version of Sift is not pinned. Currently there is code that works with Sift version 2.1.0

However as there was a recent update on https://github.com/SiftScience/sift-ios which published 2.1.1, a fresh install of sift-react-native will install this and result in the following build error:

No visible @interface for 'Sift' declares the selector 'setAllowUsingMotionSensors:'

Screenshot:

Sift Version Error

My temporary solution is to add pod 'Sift', '2.1.0' into my Podfile but ideally control would be moved to the sift-react-native project

vincent-sift commented 2 years ago

Thanks for calling out this issue we are currently working on resolving it.

ghost commented 2 years ago

Hi @brodiehamilton-fanduel field setAllowUsingMotionSensors was deleted as it is deprecated. Check out new version. Thank you for calling out that issue