walterholohan / react-native-crisp-chat-sdk

React-Native bridge for Crisp Chat iOS and Android SDK's
MIT License
70 stars 26 forks source link

[!] CocoaPods could not find compatible versions for pod "Crisp": #98

Closed IlanAMG closed 3 months ago

IlanAMG commented 1 year ago

I'm trying to install Crisp on a React Native 0.64.0 project

I have tried the last 3 versions of react-native-crisp-chat-sdk without success

Error when I want pod install :

[!] CocoaPods could not find compatible versions for pod "Crisp": In Podfile: react-native-crisp-chat-sdk (from ../node_modules/react-native-crisp-chat-sdk) was resolved to 0.11.0, which depends on Crisp (= 1.6.1)

Specs satisfying the Crisp (= 1.6.1) dependency were found, but they required a higher minimum deployment target.

kylegillen commented 1 year ago

Check the line platform :ios, 'XX.X' in your Podfile.

What's it set to?

pradeeplikestocode commented 1 year ago

Check the line platform :ios, 'XX.X' in your Podfile.

What's it set to?

platform :ios, '12.4'

pradeeplikestocode commented 1 year ago

I'm trying to install Crisp on a React Native 0.64.0 project

I have tried the last 3 versions of react-native-crisp-chat-sdk without success

Error when I want pod install :

[!] CocoaPods could not find compatible versions for pod "Crisp": In Podfile: react-native-crisp-chat-sdk (from ../node_modules/react-native-crisp-chat-sdk) was resolved to 0.11.0, which depends on Crisp (= 1.6.1)

Specs satisfying the Crisp (= 1.6.1) dependency were found, but they required a higher minimum deployment target.

Did it solve for you? @nextriot

baptistejamin commented 1 year ago

Did you try setting a higher target?

pradeeplikestocode commented 1 year ago

Did you try setting a higher target?

Worked!

codewithali9 commented 1 year ago

Currently the least compatible ios version for react-native-crisp-chat-sdk is 13.0 , you will have to set a higher ios version on your podfile

Screenshot 2023-04-27 at 2 10 48 PM