exp build:ios を実行したら

Dir:Ebi xxxxxxx$ exp build:ios
We've built a brand new CLI for Expo!
Expo CLI is a drop in replacement for exp.
Install: npm install -g expo-cli
Use: expo --help
Read more: https://blog.expo.io/expo-cli-2-0-released-a7a9c250e99c
[12:44:20] Making sure project is set up correctly...
[12:44:25] Your project looks good!
[12:44:27] Checking if current build exists...

[12:44:28] No currently active or previous builds for this project.
? How would you like to upload your credentials?
 I will provide all the credentials and files needed, Expo does limited validati
on

We need your Apple ID/password to ensure the correct teamID and appID

Note: Expo does not keep your Apple ID or your Apple password.

? What's your Apple ID? xxxxxxAppleID
? Password? [hidden]
[12:44:52] Validating Credentials...
Two Factor Authentication for account 'xxxxxxAppleID' is enabled
Your session cookie has been expired.
Please enter the 6 digit code: 
xxxxxx
Requesting session...

[12:45:36] Error while gathering & validating credentials
[12:45:36] Reason:Unknown reason, raw:"Unauthorized Access"
[12:45:36] Set EXPO_DEBUG=true in your env to view the stack trace.

このような回答がありますが、

Just connect to https://appleid.apple.com/ or http://itunesconnect.apple.com and accept the privacy update.

それぞれ開いてもプライバシーの承認を促すような表示は出ていないです。
他に原因は何でしょうか?

EXPO_DEBUG=trueの結果です

[13:04:03] Error while gathering & validating credentials
[13:04:03] Error: Reason:Unknown reason, raw:"Unauthorized Access"
[13:04:03] Reason:Unknown reason, raw:"Unauthorized Access"
[13:04:03] Error: Reason:Unknown reason, raw:"Unauthorized Access"
    at Object._callee4$ (/exp@57.2.1/src/commands/build/auth.js:134:11)
    at tryCatch (/usr/local/lib/node_modules/exp/node_modules/regenerator-runtime/runtime.js:62:40)
    at Generator.invoke [as _invoke] (/usr/local/lib/node_modules/exp/node_modules/regenerator-runtime/runtime.js:296:22)
    at Generator.prototype.(anonymous function) [as next] (/usr/local/lib/node_modules/exp/node_modules/regenerator-runtime/runtime.js:114:21)
    at step (/usr/local/lib/node_modules/exp/node_modules/babel-runtime/helpers/asyncToGenerator.js:17:30)
    at /usr/local/lib/node_modules/exp/node_modules/babel-runtime/helpers/asyncToGenerator.js:28:13
    at process._tickCallback (internal/process/next_tick.js:68:7)