摘要: 运行reactnative项目时在编译过程中报错Error watching file for changes: EMFILE故障原因:是升级后watchman不可用了,需要重装watchman。解决方案第一种解决方案是打开终端后依次键入以下命令:1.卸载原来安装的w... 阅读全文
posted @ 2018-05-21 15:25 YooHoeh 阅读(325) 评论(0) 推荐(0)
摘要: 运行reactnative项目时在编译过程中报错 是升级后watchman不可用了,需要重装watchman。 解决方案 第一种解决方案是打开终端后依次键入以下命令: 1.卸载原来安装的watchman: 2.删除原来的安装文件: rm -rf /usr/local/var/run/watchman 阅读全文
posted @ 2018-05-21 15:25 YooHoeh 阅读(221) 评论(0) 推荐(0)
摘要: 命令行中React native项目目录下键入react-native run-ios会启动iOS模拟器, 默认是使用iPhone6,如果想要试用其他版本的模拟器则需要在react-native run-ios后携带参数–simulator simulator后指定模拟器的名字,注意需要添加双引号。 阅读全文
posted @ 2018-05-21 13:48 YooHoeh 阅读(3003) 评论(0) 推荐(0)
摘要: 使用模拟器运行项目: 命令行中React native项目目录下键入react-native run-ios会启动iOS模拟器,默认是使用iPhone6,如果想要试用其他版本的模拟器则需要在react-native run-ios后携带参数–simula... 阅读全文
posted @ 2018-05-21 13:48 YooHoeh 阅读(1557) 评论(0) 推荐(0)
摘要: 在调试ios上的项目的时候出现报错 unable to find utility "instruments", not a developer tool or in PATH报错原因:升级过xcode或者xcode多版本共存下没有设置默认版本解决方案:打开xcode,... 阅读全文
posted @ 2018-05-21 13:36 YooHoeh 阅读(510) 评论(0) 推荐(0)
被你发现了?