EAS BuildのiOSビルドで認証エラーが出る時
現象
eas build --platform ios --profile production --local
しようとすると以下のようなエラーが出る
Authentication with Apple Developer Portal failed!
Apple provided the following error info:
Service not available because of maintenance activities, please try again after some time.
原因
根本の原因は分からないが eas-cli のバージョンが古いと出ることがある模様
対処法
eas-cli をアップデートする
npm install -g eas-cli