tinycreative / react-native-intercom

React Native wrapper for Intercom.io
MIT License
406 stars 280 forks source link

In RN : 0.63 ,This version of Intercom for iOS supports iOS 10.0 upwards. #404

Closed kamyab-tatva closed 2 years ago

kamyab-tatva commented 3 years ago

I am error like "/ios/Intercom.framework/Headers/Intercom.h:14:2: This version of Intercom for iOS supports iOS 10.0 upwards." Version : "react": "16.13.1", "react-native": "0.63.3", "react-native-intercom": "^18.0.0"

Inkeddownload (2)_LI

slopez93 commented 3 years ago

@kamyab-tatva In my case i put "Deployment info -> target" to 10.0 and it work ! 🚀

surgetom commented 3 years ago

I am error like "/ios/Intercom.framework/Headers/Intercom.h:14:2: This version of Intercom for iOS supports iOS 10.0 upwards." Version : "react": "16.13.1", "react-native": "0.63.3", "react-native-intercom": "^18.0.0"

Inkeddownload (2)_LI

@kamyab-tatva How did you solve the 'React/RCTBridge.h' file not found error? also which install method did you do? pods or manual ?

Regards Tom