无法安装 cocoapods MacBook Air m1
can't install cocoapods MacBook Air m1
无法 运行 sudo gem 安装 ffi 我收到此错误
错误:加载命令:安装(LoadError)
dlopen(/Library/Ruby/Gems/2.6.0/gems/date-3.1.1/lib/date_core.bundle, 9):找不到合适的图像。找到了:
/Library/Ruby/Gems/2.6.0/gems/date-3.1.1/lib/date_core.bundle:mach-o,但架构错误
/Library/Ruby/Gems/2.6.0/gems/date-3.1.1/lib/date_core.bundle:mach-o,但架构错误 - /Library/Ruby/Gems/2.6.0/gems/date-3.1.1/lib/date_core.捆绑
错误:执行时 gem ... (NoMethodError)
nil:NilClass
的未定义方法 `invoke_with_build_args'
我通过将 ruby 版本更新到最新版本解决了我的问题
你可以用这几行代码解决它;
sudo arch -x86_64 gem install ffi
arch -x86_64 pod install
它对我有用;我希望你能用这个解决你的问题。
无法 运行 sudo gem 安装 ffi 我收到此错误
错误:加载命令:安装(LoadError) dlopen(/Library/Ruby/Gems/2.6.0/gems/date-3.1.1/lib/date_core.bundle, 9):找不到合适的图像。找到了: /Library/Ruby/Gems/2.6.0/gems/date-3.1.1/lib/date_core.bundle:mach-o,但架构错误 /Library/Ruby/Gems/2.6.0/gems/date-3.1.1/lib/date_core.bundle:mach-o,但架构错误 - /Library/Ruby/Gems/2.6.0/gems/date-3.1.1/lib/date_core.捆绑 错误:执行时 gem ... (NoMethodError) nil:NilClass
的未定义方法 `invoke_with_build_args'我通过将 ruby 版本更新到最新版本解决了我的问题
你可以用这几行代码解决它;
sudo arch -x86_64 gem install ffi
arch -x86_64 pod install
它对我有用;我希望你能用这个解决你的问题。