gpt4 book ai didi

ios - 如何使用 faSTLane 和 circleci 将 ipa 文件上传到 Dropbox?

转载 作者:行者123 更新时间:2023-11-29 13:56:43 26 4
gpt4 key购买 nike

我想使用 FastLane 将 IPA 文件上传到 Dropbox。我遵循 Dropbox 文档:https://github.com/tommy071/fastlane-plugin-publish_dropbox Circleci 已成功运行,但我无法在我的保管箱目录中找到 IPA 文件。

代码如下:

- run: bundle exec fastlane add_plugin publish_dropbox

publish_dropbox(
file_path: '/Users/distiller/project/output/gym/xxx.ipa',
dropbox_path: 'https://www.dropbox.com/home/xxx%20xxx%20xx%20Folder/Development/xxx-IOS',
app_key: 'xxxxxx',
app_secret: 'xxxxx'
)

circleci的进度如下:

enter image description here

此外,我注意到这里有一个保管箱文件。不知道有没有用。我应该添加我的项目吗?

Dropbox 文档:https://www.dropbox.com/developers/documentation/swift

最佳答案

从您的 api key 和 secret 创建的 token 存储在钥匙串(keychain)中。您需要传递 keychain_password 或设置 DROPBOX_KEYCHAIN_PASSWORD 环境变量。

在 CircleCI 中,钥匙串(keychain)密码是一个空字符串,除非您在 setup_circle_ci 操作中更改了它。

正如文档所说:

If not provided, the plugin would ask for password

但是插件无法在CI中查询,因为终端不是交互式的。

关于ios - 如何使用 faSTLane 和 circleci 将 ipa 文件上传到 Dropbox?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55233124/

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