react-native-unimodules
react-native-unimodules copied to clipboard
Working fine in development, but when I try to archive, face 'Library not found -IDoubleConversion' issue. - iOS
Hello. I need to use expo in rare react native project so installed react-native-unimodules. When I build the project and run on simulator, all things working fine. But when I try to archive the project, getting the error. 'Library not found -IDoubleConversion'
I followed react-native-unimodules installation guide exactly. Have no idea how to solve this.
"react": "16.9.0",
"react-native": "0.61.2",
"react-native-unimodules": "^0.12.0",
-
AppDelegate.h
-
AppDelegate.m
-
Podfile
Please help me.