I'm getting a new Fastlane error after the command below the line:
bundle exec fastlane beta --verbose
Failed to open TCP connection to olympus.itunes.apple.com:443 (getaddrinfo: nodename nor servname provided, or not known)
fastlane finished with errors
Current step: pilot
Any idea?
I've solved the issue with updating my fastlane version with the command line below:
bundle update fastlane
if you used homebrew fo installation of fastlane, use this:
brew upgrade fastlane
That's all.