gpt4 book ai didi

ios - 如何在 FaSTLane 的命令行中指定用户名?

转载 作者:可可西里 更新时间:2023-11-01 03:33:28 26 4
gpt4 key购买 nike

我正在尝试将苹果 ID 作为命令行选项传递给 FaSTLane,以便所有用户和我们的构建服务器都可以使用相同的脚本。

MacBook-Pro-6:whisper-ios Nick$ fastlane hockeyglobal username:nlocking@whisper.sh
[18:00:44]: -------------------------------------------------
[18:00:44]: --- Step: Verifying required fastlane version ---
[18:00:44]: -------------------------------------------------
[18:00:44]: fastlane version valid
[18:00:44]: ------------------------------
[18:00:44]: --- Step: default_platform ---
[18:00:44]: ------------------------------
[18:00:44]: Driving the lane 'hockeyglobal' 🚀
[18:00:44]: ------------------
[18:00:44]: --- Step: sigh ---
[18:00:44]: ------------------

+-------------------------------------+-----------------------+
| Summary for sigh 1.8.0 |
+-------------------------------------+-----------------------+
| adhoc | true |
| skip_install | false |
| development | false |
| force | false |
| app_identifier | sh.whisper.whisperapp |
| team_id | B3NYR7PARX |
| ignore_profiles_with_different_name | false |
| skip_fetch_profiles | false |
| skip_certificate_verification | false |
+-------------------------------------+-----------------------+

[18:00:45]: To not be asked about this value, you can specify it using 'username'
Your Apple ID Username:

令人抓狂的是,username:nlocking@whisper.sh 似乎完全没有被 FaSTLane 注意到,apple_id:nlocking@whisper.sh, -u nlocking 也是如此@whisper.sh 以及我尝试过的所有其他方法。我做错了什么?

最佳答案

不确定 hockeyglobal channel ,但通常传递 username 参数的正确语法如下:

fastlane hockeyglobal --username 'nlocking@whisper.sh'

例如对于默认的 cert channel ,这有效:

 fastlane cert --username 'me@myemailcom'

 fastlane cert -u 'me@myemailcom'

关于ios - 如何在 FaSTLane 的命令行中指定用户名?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38215006/

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