xcode 打包macos的时候,报错如下:
Unable to load contents of the file list: ‘macos/ephemeral/FlutterInputs.xcfilelist’
‘macos/ephemeral/FlutterOutputs.xcfilelist’
解决方案:
我的项目macos下没有找到FlutterInputs.xcfilelist和FlutterOutputs.xcfilelist。
运行flutter build macos
后,就生成了上面两个文件。
再次尝试Archive
,打包成功。文章来源:https://www.toymoban.com/news/detail-726025.html
参考:
https://stackoverflow.com/questions/63456520/flutter-macos-plugin文章来源地址https://www.toymoban.com/news/detail-726025.html
到了这里,关于xcode打包macos报错:FlutterInputs.xcfilelist 和 FlutterOutputs.xcfilelist的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!