Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

fastlane "Your session has expired. Please log in."

When using fastlane match I get the error "Your session has expired. Please log in." The app_store_connect_api_key seems fine and does not expire normally. WHat is this problem about?

like image 223
Kevin Kreps Avatar asked Oct 20 '25 00:10

Kevin Kreps


1 Answers

What solved this for me was:

  1. Opening the Flutter iOS project in XCode
  2. Select the target "Runner" in the project pane
  3. Click "Signing & Capabilities"
  4. Sign in with my AppleID
like image 85
Je Suis Alrick Avatar answered Oct 22 '25 06:10

Je Suis Alrick