
react-native
timtian008
让更多的程序员多一份管道收入
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
React-Native 'RCTRootView.h' file not found AppDelegate.m
打开React-Native的项目时,报错: ’RCTRootView.h’ file not found AppDelegate.m 文件找不到;cd 到我们该项目的根目录下;npm install执行完后,编译项目,看到还会提示错误: 在RCTSRWebSocket.m报错Ignoring return value of function declared with warn_unused_r原创 2017-12-31 21:41:58 · 1702 阅读 · 1 评论 -
RN- xcrun: error: unable to find utility "instruments", not a developer tool or in PATH
RN - 用webstorm运行报错解决方法:在 终端执行如下命令sudo xcode-select -s /Applications/Xcode.app/Contents/Developer/原创 2018-10-08 17:13:00 · 661 阅读 · 0 评论