摘要: 今天刚升级到Xcode10,就遇到两个报错问题 错误一:Xcode 10: Build input file double-conversion cannot be found error: Build input file cannot be found: '../node_modules/rea 阅读全文
posted @ 2018-11-03 21:48 老榕树 阅读(1021) 评论(0) 推荐(0) 编辑
摘要: 一直是从事iOS的开发,现在研究下mac环境下reatNative的环境配置: 1. 安装HomeBlew(OS系统上的一个安装包管理器,安装后可以方便后续安装包的安装。) 终端命令: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/H 阅读全文
posted @ 2018-11-03 21:47 老榕树 阅读(650) 评论(0) 推荐(0) 编辑
摘要: 情况:根据https://github.com/rebeccahughes/react-native-device-info添加依赖库,运行.xcworkspacea项目后报错 解决:Delete node modules, then run npm install (or better yet y 阅读全文
posted @ 2018-11-03 21:46 老榕树 阅读(1004) 评论(0) 推荐(0) 编辑
摘要: 我在创建react-native项目时 npm了一个第三方库 结果一打开 xcode 竟然报错 React/RCTBundleURLProvider.h' file not found; 然后 我试了各种网上的方法试了一遍, 还是不行 就在我要放弃的时候 ,突然想到把网上的方法 结合一下 试试,结果 阅读全文
posted @ 2018-11-03 21:45 老榕树 阅读(985) 评论(0) 推荐(0) 编辑
摘要: 'React/RCTBundleURLProvider.h' file not found 新建RN项目时在iOS端用xcode跑时有时会遇到 'React/RCTBundleURLProvider.h' file not found 错误,遇到这种错误一般有一下几种情况: 1. 没有执行 npm 阅读全文
posted @ 2018-11-03 21:42 老榕树 阅读(328) 评论(0) 推荐(0) 编辑