美文网首页
Mac M1 flutter 打包iOS-framework报错

Mac M1 flutter 打包iOS-framework报错

作者: 月醉花听 | 来源:发表于2022-06-23 09:22 被阅读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

相关文章

网友评论

      本文标题:Mac M1 flutter 打包iOS-framework报错

      本文链接:https://www.haomeiwen.com/subject/ifoyvrtx.html