I am experiencing an error when I generate my ipa and open my app on my physical device.
In ios case the app closes automatically on android it works fine.
I have generated my ipa before intercom and it works perfectly until I integrate the sdk, then ios crashes
I have followed the documentation to the letter and also tried making the manual link.
Also I disabled Bitcode because when I was getting the archive the error message recommended to put in NO
Maybe I need an extra step in the ios configuration?
Packages:
I included some libraries that I am using in my project and they are using native code
- "@intercom/intercom-react-native" : 4.0.1
- "react": "18.1.0"
- "react-native": "0.70.5"
- "@react-native-community/geolocation": "^3.0.4"
- "react-native-permissions": "^3.6.1"
- "react-native-reanimated": "^2.12.0"
- "@react-navigation/native": "^6.0.13"
- "react-native-in-app-review": "^4.2.1"
- "react-native-background-timer": "^2.4.1"