Mac M1 flutter 打包iOS-framework报错

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

你可能感兴趣的:(Mac M1 flutter 打包iOS-framework报错)