react native 在ios上运行时报错
double-conversion/double-conversion.h’ file not found
环境是
xcode 10.1
“react-native”: “0.60.5”,
swift 4.2
在stackoverflow 上找到答案
You are using the RN version (0.60.4) which does not work with use_frameworks!. I suggest removing use_frameworks! from your Podfile or using the lastest RN from master.
Note that we are aware of a compatability issue with use_frameworks!, and we’re tracking an issue with workarounds and a future patch.
您正在使用RN版本(0.60.4),该版本不适用于use_frameworks!。我建议删除use_frameworks!从您的Podfile或使用master的最新RN。
请注意,我们知道use_frameworks!的兼容性问题,并且我们正在跟踪解决方法和将来的补丁程序问题。
亲测去掉后, 确实可用. 希望早日跟新插件吧