Ist jemand bereits auf dieses Problem gestoßen? Es sieht so aus, als hätte ich ein Problem mit dem Kurvennamen, aber ich weiß nicht warum.
meine itc_key.json ist die folgende (nicht die tatsächlichen Werte):
{"key_id": "0Q9TOPAUYSKQN", "issuer_id": "90qadod857-2177-4tsda1-a43b-7d4shkie39fb228", "key": "-----BEGIN PRIVATE SCHLÜSSEL-----\npoaaGHAgEApBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBPQQgFegrHHbJp7Nx4+6s\nRuIMJoxkRsBhFsgs0sss Nb0qSdspqnmyOhRANCAAS/5R/KSdsRBLfNONi6osssd+5YhxMHky\nBp8N3IzZ0rcZjQJFGcZVeJhWt8CZjdklss9QO7b50XSiopaBiYw9xUaiVW\n----ENDE PRIVAT SCHLÜSSEL-----","in_house":false,"duration":500
Sie finden unten die Ausgabe der von mir gestarteten Befehle. (Starten der Befehle von meinem WSL-Ubuntu, auch auf einem Mac versucht, gleiches Ergebnis)
erster Befehl
____________________________________________________________________________________
Code: Select all
mawsika@Mawsika-DELL:/tmp$ fastlane pilot upload --ipa "dev-cm1.ipa" --api_key_path "./itc_key.json" --verboseCode: Select all
✔] 🚀Code: Select all
[10:52:10]: Get started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfileCode: Select all
INFO [2026-01-09 10:52:10.88]: Creating authorization token for App Store Connect APICode: Select all
DEBUG [2026-01-09 10:52:10.89]: App identifier (hello.world.app)Code: Select all
Authentication credentials are missing or invalid. - Provide a properly configured and signed bearer token, and make sure that it has not expired. Learn more about Generating Tokens for API Requests https://developer.apple.com/go/?id=api-generating-tokensCode: Select all
Token has expired, issued-at-time is in the future, or has been revoked! Trying to refresh...Code: Select all
Authentication credentials are missing or invalid. - Provide a properly configured and signed bearer token, and make sure that it has not expired. Learn more about Generating Tokens for API Requests https://developer.apple.com/go/?id=api-generating-tokensCode: Select all
Token has expired, issued-at-time is in the future, or has been revoked! Trying to refresh...Code: Select all
Authentication credentials are missing or invalid. - Provide a properly configured and signed bearer token, and make sure that it has not expired. Learn more about Generating Tokens for API Requests https://developer.apple.com/go/?id=api-generating-tokensCode: Select all
Token has expired, issued-at-time is in the future, or has been revoked! Trying to refresh...Code: Select all
Authentication credentials are missing or invalid. - Provide a properly configured and signed bearer token, and make sure that it has not expired. Learn more about Generating Tokens for API Requests https://developer.apple.com/go/?id=api-generating-tokensCode: Select all
...Code: Select all
Looking for related GitHub issues on fastlane/fastlane...Code: Select all
Search query: The request could not be completed because:Code: Select all
Authentication credentials are missing or invalid. - Provide a properly configured and signed bearer token, and make sure that it has not expired. Learn more about Generating Tokens for API Requests https://developer.apple.com/go/?id=api-generating-tokens____________________________________________________________________________________________________
Code: Select all
mawsika@Mawsika-DELL:/tmp$ fastlane run app_store_connect_api_key key_filepath:"./itc_key.json"Code: Select all
[✔] 🚀Code: Select all
[10:54:25]: Get started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfileCode: Select all
[10:54:26]: ---------------------------------------Code: Select all
[10:54:26]: --- Step: app_store_connect_api_key ---Code: Select all
[10:54:26]: ---------------------------------------Code: Select all
[10:54:26]: To not be asked about this value, you can specify it using 'key_id'Code: Select all
[10:54:26]: The key ID: totoCode: Select all
Looking for related GitHub issues on fastlane/fastlane...Code: Select all
➡️ invalid curve name after brew upgrade?Code: Select all
https://github.com/fastlane/fastlane/issues/20553 [open] 15 💬Code: Select all
18 Sep 2025Code: Select all
➡️ i am unable to publish app to AppStoreCode: Select all
https://github.com/fastlane/fastlane/issues/22183 [open] 3 💬Code: Select all
04 Aug 2025Code: Select all
➡️ Getting error: invalid curve name for app_store_connect_api_keyCode: Select all
https://github.com/fastlane/fastlane/issues/20593 [closed] 12 💬Code: Select all
2 weeks agoCode: Select all
and 11 more at: https://github.com/fastlane/fastlane/search?q=invalid curve name&type=Issues&utf8=✓Code: Select all
/home/mawsika/.rbenv/versions/3.2.4/lib/ruby/gems/3.2.0/gems/fastlane-2.230.0/spaceship/lib/spaceship/connect_api/token.rb:71:in initialize': [!] invalid curve name (OpenSSL::PKey::ECError) from /home/mawsika/.rbenv/versions/3.2.4/lib/ruby/gems/3.2.0/gems/fastlane-2.230.0/spaceship/lib/spaceship/connect_api/token.rb:71:in new'Code: Select all
from /home/mawsika/.rbenv/versions/3.2.4/lib/ruby/gems/3.2.0/gems/fastlane-2.230.0/spaceship/lib/spaceship/connect_api/token.rb:71:in create' from /home/mawsika/.rbenv/versions/3.2.4/lib/ruby/gems/3.2.0/gems/fastlane-2.230.0/fastlane/lib/fastlane/actions/app_store_connect_api_key.rb:43:in run'Code: Select all
...
Mobile version