Closed solgar closed 4 years ago
Hey, it looks like your fastlane version is2.102.0
which is a bit outdated. Apple recently changed around their authentication endpoints and it seems your version is still using the old one.
Try running bundle update
(or gem update fastlane
) to upgrade fastlane and the other dependencies and see if that fixes it 👍
@milch Thanks for your response. I had my environment really messed up. I'm not entirely sure why it was like this but after making some cleanup, properly managing ruby versions (rbenv) and reinstalling it went away.
Output from console: