4

I am getting undefined method squish' for #<String:0x00007fd3a494cd00> (NoMethodError) while installing pod using pod install`. Attaching screenshot for this. Please help me.

Click to see image

Ved Rauniyar
  • 1,539
  • 14
  • 21

3 Answers3

3

something wrong in activesupport-6.0.0.rc2/lib/active_support/multibyte/unicode.rb

do the following
gem uninstall activesupport -v 6.0.0.rc2
and then
gem install rails -v 6.1

Charlie Banalie
  • 198
  • 1
  • 11
0

Can you try uninstall cocoapods and install latest version of cocoapods ?

$ sudo gem uninstall cocoapods

After that run:

pod update

I hope, this will solve your problem

zeytin
  • 5,545
  • 4
  • 14
  • 38
0

I also have this problem, and I fix this problem by changing the pod version to 1.9.3 in Gemfile.

fatihyildizhan
  • 8,614
  • 7
  • 64
  • 88
AlanZ
  • 11
  • 1