从 pod 安装库时出错
Getting error while installing library from pod
我正在获取未定义的方法 squish' for #<String:0x00007fd3a494cd00> (NoMethodError) while installing pod using
pod install`。为此附上屏幕截图。请帮助我。
您可以尝试卸载 cocoapods 并安装最新版本的 cocoapods 吗?
$ sudo gem uninstall cocoapods
之后运行:
pod update
希望这能解决您的问题
activesupport-6.0.0.rc2/lib/active_support/multibyte/unicode.rb
出了点问题
执行以下操作
gem uninstall activesupport -v 6.0.0.rc2
然后
gem install rails -v 6.1
我正在获取未定义的方法 squish' for #<String:0x00007fd3a494cd00> (NoMethodError) while installing pod using
pod install`。为此附上屏幕截图。请帮助我。
您可以尝试卸载 cocoapods 并安装最新版本的 cocoapods 吗?
$ sudo gem uninstall cocoapods
之后运行:
pod update
希望这能解决您的问题
activesupport-6.0.0.rc2/lib/active_support/multibyte/unicode.rb
执行以下操作
gem uninstall activesupport -v 6.0.0.rc2
然后
gem install rails -v 6.1