Open arunnambissan opened 5 months ago
It's getting resolved if I remove the version restriction in this podspec file - node_modules/apptentive-react-native/apptentive-react-native.podspec
From s.dependency 'ApptentiveKit', '~> 6.7.0'
to s.dependency 'ApptentiveKit'
.
But to do this I will need to create a patch file for the package. Can anyone suggest the correct approach?
The issue was with min_ios_version_supported
in project's Podfile.
I am using react-native@0.72.10
which has the min_ios_version_supported
value as 12.4
. But apptentive-react-native
supports only iOS 13 and above.
It works if we hard code 13
instead of min_ios_version_supported
in Podfile.
Fixed the issue using this approach - https://github.com/stripe/stripe-react-native/issues/1280#issuecomment-1828346834
I am getting below error after updating apptentive-react-native to 6.7.0.