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.

2

There are 2 best solutions below

0
On

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)

3
On

Delete podfile.lock

then :

pod install

pub get

and run your app.