Mac M1 flutter 打包iOS-framework报错
2022-06-23 本文已影响0人
月醉花听
Mac M1 flutter 打包出错
Error output from CocoaPods: ↳ Searching for inspections failed: undefined method `map' for nil:NilClass
第一步:进入对应平台的项目目录
cd ios
第二步:
sudo arch -x86_64 gem install ffi
第三步:
arch -x86_64 pod repo update
第四步:
arch -x86_64 pod install