gpt4 book ai didi

flutter - codemagic 保持生成错误 : '.../Pods-Runner/Pods-Runner-frameworks-Release-input-files.xcfilelist' `

转载 作者:IT王子 更新时间:2023-10-29 06:56:19 25 4
gpt4 key购买 nike

PS:我可以使用Xcode构建版本成功。

我在使用codemagic时遇到了类似的错误。 unable-to-load-contents-of-file- .

enter image description here

进行上述链接中提到的更改后。

我在 codemagic 中遇到构建错误,但应该没有任何与构建错误相关的消息。

enter image description here

最佳答案

您可以尝试更新您的 pod 以匹配新版本或使用以下自定义脚本降级 pod:

#!/bin/sh

set -e # exit on first failed command
set -x # print all executed commands to the terminal
yes | gem uninstall cocoapods -v 1.7.2 || true
gem install cocoapods -v 1.6.1

显示更多日志的一个技巧是输入 -v--verbose 以在构建部分构建参数。

关于flutter - codemagic 保持生成错误 : '.../Pods-Runner/Pods-Runner-frameworks-Release-input-files.xcfilelist' `,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56862439/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com