react-native-unimodules icon indicating copy to clipboard operation
react-native-unimodules copied to clipboard

Working fine in development, but when I try to archive, face 'Library not found -IDoubleConversion' issue. - iOS

Open caifu92 opened this issue 3 years ago • 0 comments

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 image

  • AppDelegate.m image image

  • Podfile image image

Please help me.

caifu92 avatar Mar 15 '21 15:03 caifu92