Я столкнулся с проблемой при попытке запустить установку модуля для моего проекта Flutter на симуляторе iPhone 15 Pro. Сообщение об ошибке указывает на проблему с нормализацией Unicode для кодировки ASCII-8BIT. Ниже приведен краткий журнал ошибок:
Для полных журналов -> https://pastebin.com/LxUXZxTw
Error output from CocoaPods:
↳
WARNING: CocoaPods requires your terminal to be using UTF-8 encoding.
Consider adding the following to ~/.profile:
export LANG=en_US.UTF-8
/Users/chandan/.rvm/rubies/ruby-3.1.0/lib/ruby/3.1.0/unicode_normalize/normalize.rb:141:in `normalize': Unicode Normalization not appropriate for ASCII-8BIT (Encoding::CompatibilityError)
from /Users/chandan/.rvm/rubies/ruby-3.1.0/lib/ruby/gems/3.1.0/gems/cocoapods-1.15.2/lib/cocoapods/config.rb:167:in `unicode_normalize'
from /Users/chandan/.rvm/rubies/ruby-3.1.0/lib/ruby/gems/3.1.0/gems/cocoapods-1.15.2/lib/cocoapods/config.rb:167:in `installation_root'
from /Users/chandan/.rvm/rubies/ruby-3.1.0/lib/ruby/gems/3.1.0/gems/cocoapods-1.15.2/lib/cocoapods/config.rb:227:in `podfile_path'
Подробнее здесь: https://stackoverflow.com/questions/787 ... t-encoding