gpt4 book ai didi

ios - 具有 Swift 包管理器依赖项的项目的 Github 操作

转载 作者:行者123 更新时间:2023-12-01 15:41:13 25 4
gpt4 key购买 nike

我正在尝试让 Swift 包管理器依赖项工作的项目的 Github 操作。

我不断收到此错误:xcodebuild: error: Could not resolve package dependencies:15 The server SSH fingerprint failed to verify.
...当 Actions 运行并解决 Package Graph 获取我的项目中使用 Swift 包管理器的依赖项时。

我的步骤失败了:

- name: Build and Test
run: |
xcodebuild clean test -project xyz.xcodeproj -scheme xyz -destination "platform=iOS Simulator,OS=13.3,name=iPhone 8" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO

我试过添加 for ip in $(dig @8.8.8.8 github.com +short); do ssh-keyscan github.com,$ip; ssh-keyscan $ip; done 2>/dev/null >> ~/.ssh/known_hosts根据 Xcode 11 resolving packages fails with SSH fingerprint但仍然无法让它工作,我可能把它放在错误的地方或做错了。

有没有人有这个工作可以帮助我?

最佳答案

我遇到了同样的问题,并决定使用带有 https url 而不是 ssh 的包,它运行良好。如果您不需要访问私有(private)仓库,那么这是一个可行的解决方案。

关于ios - 具有 Swift 包管理器依赖项的项目的 Github 操作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60952438/

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