xcode打包macos报错:FlutterInputs.xcfilelist 和 FlutterOutputs.xcfilelist

lcy3周前 (11-11)技术文章38

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://stackoverflow.com/questions/63456520/flutter-macos-plugin
————————————————
版权声明:本文为CSDN博主「Forever不止如此」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/weixin_45625639/article/details/133783450

相关文章

Ubuntu更新源切换为香港中文大学

1、更新源nano /etc/apt/sources.list在sources.list中加入以下代码:deb http://ftp.cuhk.edu.hk/pub/Linux/ubuntu...

解决:mac brew install xx 出现 fatal: not in a git directory Error: Command failed with exit 128: git

原因:执行 brew install ninja 报错 brew install ninja 出现: ==> Fetching ninja ==> Downlo...

ubuntu 一键安装docker

以下是在 Ubuntu 上一键安装 Docker 的方法: 使用 curl 命令下载 Docker 安装脚本: curl -fsSL https://get.docker.com -o get...

macos 安装vue 运行环境

在 MacOS 上安装 Vue 运行环境需要以下步骤: 安装 Node.js:Vue 需要依赖 Node.js 运行环境,可以从官网下载并安装:https://nodejs.org/en/dow...

Mac下使用Wireshark抓iphone手机数据包

首先需要用数据线连接手机 终端输入 rvictl -s iphone设备id 断开链接执行 rvictl -x iphone设备id...

下载AppStore中应用的ipa

程序包管理器 (macOS)您可以使用自制软件安装ipatool。 $ brew tap majd/repo $ brew install ipatool 执行 ./ipatool aut...

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。