-2

System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/unicode_normalize/normalize.rb:141:in `normalize': Unicode Normalization not appropriate for ASCII-8BIT (Encoding::CompatibilityError)

Error image here

This is the error I get after I try to run the app.

m4n0
  • 29,823
  • 27
  • 76
  • 89

2 Answers2

0

Try upgrading pod using pod upgrade in IDE's terminal

Try these commands in terminal:

flutter clean
flutter pub get
pod install
flutter run

If you are using M1, this thread might help: Running CocoaPods on Apple Silicon (M1)

Ahmad Khan
  • 757
  • 9
  • 22
0

Delete podfile.lock

then :

pod install

pub get

and run your app.

Mhmd Zawi
  • 167
  • 1
  • 11