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?
Asked
Active
Viewed 1,058 times
2 Answers
2
What solved this for me was:
- Opening the Flutter iOS project in XCode
- Select the target "Runner" in the project pane
- Click "Signing & Capabilities"
- 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
-
did not work for me – haxpanel Apr 14 '23 at 10:51