美文网首页
RN错误收集

RN错误收集

作者: 和谐共处 | 来源:发表于2018-11-22 13:14 被阅读5次

third-party目录不存在

解决方案

cd node_modules/react-native/scripts
sh sh ios-install-third-party.sh
把创建的third-party目录移动到node_modules/react-native/文件夹下
然后执行下面的third-party: 'config.h' file not found的方案

third-party: 'config.h' file not found

解决方案

#在项目根目录下运行以下命令即可解决:

cd node_modules/react-native/third-party/glog-0.3.4

../../scripts/ios-configure-glog.sh

Build input file cannot be found: '../node_modules/react-native/Libraries/WebSocket/libfishhook.a'

解决方案

操作:
Xcode打开项目
/Libraries/RCTWebSocket.xcodeproj-->
TARGET-RCTWebSocket--->
Build Phases-->
Link Binary With Libraries--->
点击下面的加号+ --->
搜索libfishhook,选中libfishhook.a,然后点击Add按钮即可

相关文章

  • RN错误收集

    third-party目录不存在 解决方案 third-party: 'config.h' file not fo...

  • RN收集

    Awesome React Native 开源组件 11个React Native组件库安卓直播播放器ksvPla...

  • No resource identifier found for

    RN错误

  • iOS react navtive集成使用 和 常见错误

    RN 集成红屏错误调试等问题

  • r n 坑

    rn 引用原生控件的时候,自定义组件的首字母必须大写。。。不然会出现错误。 2.rn 进行block。 rn调用...

  • RN 错误大全

    这个错误的原因是render函数出错,具体就是在render函数里面写了注释,所以千万不要在render函数里写注...

  • RN错误集合

    1.错误 null is not an object(evaluating 'internallnstance.g...

  • RN错误总结

    1.invariant violation:expected a component class,got[obje...

  • RN错误集锦

  • RN错误集

    错误集 创建新项目时,本地已经安装好pod,每次都要提示安装pod,然后又安装失败npx react-native...

网友评论

      本文标题:RN错误收集

      本文链接:https://www.haomeiwen.com/subject/ydklqqtx.html