2

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?

Kevin Kreps
  • 560
  • 6
  • 18

2 Answers2

2

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
Abhishek Bedi
  • 5,205
  • 2
  • 36
  • 62
Je Suis Alrick
  • 3,404
  • 2
  • 16
  • 23
-1

The app_store_connect_api_key is alright. A login to https://developer.apple.com/account solved this.

Kevin Kreps
  • 560
  • 6
  • 18