ios - 为什么 faSTLane 匹配让我输入密码,即使我已经输入了

标签 ios fastlane

现在我正在使用此命令在 macOS Big Sur 中使用 faSTLane 匹配来生成分发证书:

fastlane match adhoc

运行此命令后,它会告诉我输入匹配存储的密码:

[✔] 🚀
[15:03:31]: fastlane detected a Gemfile in the current directory
[15:03:31]: However, it seems like you didn't use `bundle exec`
[15:03:31]: To launch fastlane faster, please use
[15:03:31]:
[15:03:31]: $ bundle exec fastlane match adhoc
[15:03:31]:
[15:03:31]: Get started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile
[15:03:32]: In the config file './fastlane/Matchfile' you have the line git_url, but didn't provide any value. Make sure to append a value right after the option name. Make sure to check the docs for more information
[15:03:32]: In the config file './fastlane/Matchfile' you have the line username, but didn't provide any value. Make sure to append a value right after the option name. Make sure to check the docs for more information
[15:03:32]: Successfully loaded '/Users/dolphin/Documents/GitHub/flutter-netease-music/ios/fastlane/Matchfile' 📄

+-----------------+---------------------------+
| Detected Values from './fastlane/Matchfile' |
+-----------------+---------------------------+
| git_branch      | master                    |
| storage_mode    | git                       |
| type            | adhoc                     |
| app_identifier  | ["com.reddwarf.musicapp"] |
+-----------------+---------------------------+


+--------------------------------+---------------------------+
|                 Summary for match 2.187.0                  |
+--------------------------------+---------------------------+
| type                           | adhoc                     |
| readonly                       | false                     |
| generate_apple_certs           | true                      |
| skip_provisioning_profiles     | false                     |
| app_identifier                 | ["com.reddwarf.musicapp"] |
| username                       | <a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="320106010501070a0a037243431c515d5f" rel="noreferrer noopener nofollow">[email protected]</a>          |
| team_id                        | 6JP4P88ZJB                |
| storage_mode                   | git                       |
| git_branch                     | master                    |
| shallow_clone                  | false                     |
| clone_branch_directly          | false                     |
| keychain_name                  | login.keychain            |
| force                          | false                     |
| force_for_new_devices          | false                     |
| skip_confirmation              | false                     |
| skip_docs                      | false                     |
| platform                       | ios                       |
| derive_catalyst_app_identifier | false                     |
| fail_on_name_taken             | false                     |
| skip_certificate_matching      | false                     |
| skip_set_partition_list        | false                     |
| verbose                        | false                     |
+--------------------------------+---------------------------+

[15:03:32]: To not be asked about this value, you can specify it using 'git_url'
[15:03:32]: URL to the git repo containing all the certificates: https://github.com/jiangxiaoqiang/music-certificate.git
[15:03:45]: Cloning remote git repo...
[15:03:45]: If cloning the repo takes too long, you can use the `clone_branch_directly` option in match.
[15:03:48]: Checking out branch master...
[15:03:48]: Enter the passphrase that should be used to encrypt/decrypt your certificates
[15:03:48]: This passphrase is specific per repository and will be stored in your local keychain
[15:03:48]: Make sure to remember the password, as you'll need it when you run match on a different machine
[15:03:48]: Passphrase for Match storage: ******
[15:03:55]: Type passphrase again: ******
[15:03:59]: wrong final block length
[15:03:59]: Couldn't decrypt the repo, please make sure you enter the right password!
keychain: "/Users/dolphin/Library/Keychains/jiangxiaoqiang-db"
version: 512
class: "inet"
attributes:
    0x00000007 <blob>="match_https://github.com/jiangxiaoqiang/music-certificate.git"
    0x00000008 <blob>=<NULL>
    "acct"<blob>=<NULL>
    "atyp"<blob>="dflt"
    "cdat"<timedate>=0x32303231303831383037303335395A00  "20210818070359Z\000"
    "crtr"<uint32>=<NULL>
    "cusi"<sint32>=<NULL>
    "desc"<blob>=<NULL>
    "icmt"<blob>=<NULL>
    "invi"<sint32>=<NULL>
    "mdat"<timedate>=0x32303231303831383037303335395A00  "20210818070359Z\000"
    "nega"<sint32>=<NULL>
    "path"<blob>=<NULL>
    "port"<uint32>=0x00000000
    "prot"<blob>=<NULL>
    "ptcl"<uint32>=0x00000000
    "scrp"<sint32>=<NULL>
    "sdmn"<blob>=<NULL>
    "srvr"<blob>="match_https://github.com/jiangxiaoqiang/music-certificate.git"
    "type"<uint32>=<NULL>
password has been deleted.
[15:03:59]: Enter the passphrase that should be used to encrypt/decrypt your certificates
[15:03:59]: This passphrase is specific per repository and will be stored in your local keychain
[15:03:59]: Make sure to remember the password, as you'll need it when you run match on a different machine
[15:03:59]: Passphrase for Match storage:

从提示中,它告诉我为匹配存储设置一个新的密码。然后显示解密失败?如何理解工作流程?我在生成开发证书时输入了Passphrase,所以无论是新的Passphrase还是我输入相同的Passphrase,为什么仍然告诉我解密失败?我该怎么做才能解密成功?

最佳答案

它说,它缺少 git_url用户名

[15:03:32]: In the config file './fastlane/Matchfile' you have the line git_url, but didn't provide any value. Make sure to append a value right after the option name. Make sure to check the docs for more information
[15:03:32]: In the config file './fastlane/Matchfile' you have the line username, but didn't provide any value. Make sure to append a value right after the option name. Make sure to check the docs for more information

您是否为faSTLane match提供了git存储库

我记得我是通过faSTLane match appstore生成分发证书的。现在很难让它发挥作用......


更新:

Emm,好像我以前也遇到过同样的问题......在我的笔记本中,我留下了以下评论和我搜索的链接。

https://github.com/fastlane/fastlane/issues/4020

通过命令faSTLane match nuke distribution,它可以清理比赛存储库中的所有内容。然后 faSTLane match appstore 可以重新分配新的密码。

脚本简介....

## Clean all
fastlane match nuke distribution
## Remake certifications / provisioning profiles, and a new passphrase password
fastlane match appstore

或者,

## No `match nuke distribution`. 
## Renew certifications / provisioning profiles, for TestFlight
fastlane match appstore

如果与 CI 系统(例如:Jenkins)集成,MATCH_PASSWORD 环境变量对我有很大帮助。

关于ios - 为什么 faSTLane 匹配让我输入密码,即使我已经输入了,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68827975/

相关文章:

ios - 在示例核心数据项目中出错

ios - 使用 Swift 在 iOS 应用程序上播放 mp4 视频

ios - AWS iOS SDK Cognito 开发人员身份验证 (Swift)

ios - 使用 faSTLane 运行 xcov 时无法找到任何 .xccoverage 文件

ios - 调用可能导致对象释放的委托(delegate)回调时的正确内存管理

ios - 自动水平滚动

faSTLane - 如何在代理后面使用faSTLane

ios - Flutter-具有 iOS 多种风格的 faSTLane

reactjs - 将排毒与 FaSTLane 集成

ios - 所有目标的 FaSTLane increment_build_number?