IOS-.ipa-Upload mit Fastlane schlägt fehlIOS

Programmierung für iOS
Anonymous
 IOS-.ipa-Upload mit Fastlane schlägt fehl

Post by Anonymous »

Ich habe tatsächlich mit einem Autorisierungsproblem zu kämpfen, wenn ich Fastlane zum Hochladen meiner IPA-Datei verwende.

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" --verbose
[

Code: 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-gemfile

Code: Select all

INFO [2026-01-09 10:52:10.88]: Creating authorization token for App Store Connect API

Code: 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-tokens

Code: 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-tokens

Code: 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-tokens

Code: 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-tokens

Code: 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
zweiter Befehl

____________________________________________________________________________________________________

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-gemfile

Code: 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: toto

Code: 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 2025

Code: Select all

➡️ i am unable to publish app to AppStore

Code: Select all

https://github.com/fastlane/fastlane/issues/22183 [open] 3 💬

Code: Select all

04 Aug 2025

Code: Select all

➡️ Getting error: invalid curve name for app_store_connect_api_key

Code: Select all

https://github.com/fastlane/fastlane/issues/20593 [closed] 12 💬

Code: Select all

2 weeks ago

Code: 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

...

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post
  • IOS-.ipa-Upload mit Fastlane schlägt fehl
    by Anonymous » » in IOS
    0 Replies
    0 Views
    Last post by Anonymous
  • In Fastlane kann in Fastlane nicht ein Ziel finden
    by Anonymous » » in IOS
    0 Replies
    27 Views
    Last post by Anonymous
  • Fastlane: IPA kann nicht auf dem Gerät installiert werden
    by Anonymous » » in IOS
    0 Replies
    16 Views
    Last post by Anonymous
  • Das Datei -Upload schlägt mit 413 Anforderungsentität im Azure -App -Dienst fehl
    by Anonymous » » in C#
    0 Replies
    37 Views
    Last post by Anonymous
  • Das Datei -Upload schlägt fehl
    by Anonymous » » in C#
    0 Replies
    37 Views
    Last post by Anonymous