摘要: pod install 报错如下: [!] Error installing Flipper [!] /usr/bin/git clone https://github.com/facebook/flipper.git /var/folders/8k/242yndx53nngykr6gcmp2gmh 阅读全文
posted @ 2023-12-13 16:38 流水飘香 阅读(566) 评论(0) 推荐(0)
摘要: 查看pod版本 pod --version 移除指定版本 sudo gem uninstall cocoapods -v 1.9.1 如果报权限错误,可使用 sudo gem uninstall -n /usr/local/bin cocoapods -v 1.12.0 安装指定版本 sudo ge 阅读全文
posted @ 2023-12-13 16:19 流水飘香 阅读(33) 评论(0) 推荐(0)
摘要: 安装 brew install brew 安装结果如下 If you need to have ruby first in your PATH, run: echo 'export PATH="/opt/homebrew/opt/ruby/bin:$PATH"' >> ~/.zshrc For co 阅读全文
posted @ 2023-12-13 14:51 流水飘香 阅读(1405) 评论(0) 推荐(0)
摘要: 新建项目报错如下: 需要手动生成ios下的main.jsbundle文件 解决方法: 1、生成main.jsbundle文件,在终端项目目录下执行: react-nativebundle--entry-file index.js--bundle-output./ios/main.jsbundle-- 阅读全文
posted @ 2023-12-13 14:33 流水飘香 阅读(469) 评论(0) 推荐(0)