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

Ved Rauniyar
- 1,539
- 14
- 21
3 Answers
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
-
You can see from the log that it is already using 1.10.0, the latest version – Paul Beusterien Nov 06 '20 at 21:56
-
@VedRauniyar you sure import your pod files correctly? – zeytin Nov 07 '20 at 09:07
-
My guess is a problem with the ruby environment – Paul Beusterien Nov 07 '20 at 15:54
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