我尝试使用 Pilot 和以下命令通过 fastlane 将我的 flutter ipa 上传到 AppStore:
\nbundle exec fastlane pilot upload --ipa ../build/ios/ipa/project.ipa\nRun Code Online (Sandbox Code Playgroud)\n当我运行此命令时,我遇到以下错误
\n我的 private_keys 文件夹中有一个 .p8
\n似乎 Pilot 可以使用我的 Apple ID 登录我,但就在它抛出我无法获得授权之后。
\n失败后,当我转到 TestFlight 时,我可以看到可用的新版本,但具有旧版本名称(例如 1.0.0 而不是 1.0.1)
\n[monsieur_x | ~/project/ios ]$ bundle exec fastlane pilot upload --ipa ../build/ios/ipa/project.ipa\n[\xe2\x9c\x94] \n[17:54:31]: Login to App Store Connect (apple_id@gmail.com)\n[17:54:33]: Login successful\n[17:54:35]: Ready to upload new build to TestFlight (App: 1544671867)...\n[17:54:39]: Going to upload updated app to App Store Connect\n[17:54:39]: This might take …Run Code Online (Sandbox Code Playgroud)