前言

今天拉代码下来pod install报错如下:

/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin20/rbconfig.rb:229: warning: Insecure world writable dir /opt/homebrew in PATH, mode 040777
Analyzing dependencies
firebase_auth: Using Firebase SDK version '8.15.0' defined in 'firebase_core'
firebase_core: Using Firebase SDK version '8.15.0' defined in 'firebase_core'
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin20/rbconfig.rb:229: warning: Insecure world writable dir /opt/homebrew in PATH, mode 040777
Warning: firebase_app_id_file.json file does not exist. This may cause issues in upload-symbols. If this error is unexpected, try running flutterfire configure again.
firebase_crashlytics: Using Firebase SDK version '8.15.0' defined in 'firebase_core'
firebase_messaging: Using Firebase SDK version '8.15.0' defined in 'firebase_core'
/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/library.rb:275: [BUG] Bus Error at 0x00000001001b8000
ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.arm64e-darwin20]-- Ruby level backtrace information ----------------------------------------
/usr/local/bin/pod:23:in `<main>'
/usr/local/bin/pod:23:in `load'

一直以为是我的pod问题,搞了半天终于找到解决方法:

sudo arch -x86_64 gem install ffi

问题出处:library.rb:275: [BUG] Bus Error at

END.

flutter pod install报错:[BUG] Bus Error at 0x00000001001b8000 ruby 2.6.3p62 (2019-04-16 revision 67580相关推荐

  1. pod install报错 CDN: trunk Repo update failed...couldnt connect to server

    今天更新工程的cocoapods报错,报错信息copy一条: [!] CDN: trunk Repo update failed - 14 error(s): CDN: trunk URL could ...

  2. Cocoapods ----- pod install报错

    1.问题描述: 将MAC更新到最新版本后,使用cocoapods安装一些第三发库,执行pod install的时候报错: -bash:/usr/local/bin/pod:/System/Librar ...

  3. pod install 报错 Insecure world writable, mode 040777

    执行pod install时报如下错误 /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/univer ...

  4. Ubuntu下报错PCIe Bus Error:severity=Corrected, type=Physical Layer, id=00e8(Receiver ID)

    报错原因:大致是Ubuntu下外设驱动不完善导致的 解决方案:修改grub文件,具体操作如下 # 使用sudo权限打开grub文件 sudo -H gedit /etc/default/grub# 修 ...

  5. OSX Yosemite,pod install报错RPC failed; result=52,

    为什么80%的码农都做不了架构师?>>>    1.  Linux的五个查找命令:find,locate,whereis,which,type 这个你或许会用到,当你的系统里面有多个 ...

  6. 55.npm install 报错 :stack Error: Can't find Python executable python

    转自:https://www.cnblogs.com/zengry/p/8044379.html 解决方法 : 1. 安装python , 设置环境变量 :cmd --> path='%path ...

  7. npm install 报错 :stack Error: Can't find Python executable python

    解决方法 : 1. 安装python , 设置环境变量 :cmd --> path='%path%';E:\Python27(pyhon本地安装路径) 2. npm config set pyt ...

  8. npm install报错C:\Program Files\Git\cmd\git.EXE ls-remote -h -t ssh://git@github.com/sohee-lee7/Squire

    vue-element-admin安装时npm install报错 npm ERR! Error while executing: npm ERR! C:\Program Files\Git\cmd\ ...

  9. npm install 报错(npm ERR! errno -4048,Error: EPERM: operation not permitted,)解决方法

    npm install 报错(npm ERR! errno -4048,Error: EPERM: operation not permitted,)解决方法 参考文章: (1)npm install ...

最新文章

  1. 武汉大学提出ARGAN:注意力循环生成对抗模型用于检测、去除图像阴影 | ICCV 2019...
  2. 转载-centos网络配置(手动设置,自动获取)的2种方法
  3. SQL SERVER 数据库主键和外键的思考
  4. 开源CRM Hipergate
  5. java正则表达式及api_Java API 之 正则表达式
  6. 计算某日是该年的第几天
  7. 极客大学架构师训练营 大数据架构、Spark、Storm、Spark Streaming、Flink、HiBench、Impala 第25课 听课总结
  8. 初使用tbs的x5内核所遇到的坑,初学者如何第一次跑起x5内核
  9. 21天学通C语言-学习笔记(12)
  10. 苏州企业如何识别不良商标代理机构
  11. MFC与DX11结合
  12. 向量检索milvus之一:以图搜图
  13. 40年开店近4万家,麦当劳老大地位恐不保!看看人家这心机!
  14. [luogu]P1852跳跳棋
  15. 数据结构 三:树(Tree)
  16. IOS端K线系列之K线-绘制蜡烛图
  17. 回车符号和换行符号原来是这样产生的
  18. 趣店季报图解:营收环比降14% 大白汽车收入近6亿
  19. 生活总是麻烦不断,我还不习惯
  20. html中div标签圈套,HTML中div标签和span标签的应用

热门文章

  1. 初等数论重要公式总结
  2. html+css+layui实现简约登录界面
  3. 每一个学习编程的人都应该有梦想
  4. mysql innodb热备_mysql主从热备配置(含innodb)终极版
  5. 经典数字游戏——数独(Sudoku)解法的Python代码实现
  6. 官方996调查因挤爆下架!网友:不996网站质量不行么?
  7. 一文读懂大唐杯所有名词解释
  8. 一次调频二次调频matlab仿真,一种改进型VSG二次调频控制器及控制方法与流程
  9. 优漫动游今年流行什么UI配色
  10. Spring构造器的三种注入方式