React Native EAS构建iOS故障:Apple开发者门户认证失败

iqxoj9l9  于 2023-02-05  发布在  React
关注(0)|答案(2)|浏览(141)

我正在使用EAS构建我的Expo应用程序,今天我开始在本地或EAS服务器上运行iOS构建时遇到这个错误。我认为这是苹果服务器的问题,所以我希望它很快得到修复。
生成命令的输出:

✔ Select platform › iOS
✔ Using remote iOS credentials (Expo server)

If you provide your Apple account credentials we will be able to generate all necessary build credentials and fully validate them.
This is optional, but without Apple account access you will need to provide all the missing values manually and we can only run minimal validation on them.
✔ Do you want to log in to your Apple account? … yes

› Log in to your Apple Developer account to continue
✔ Apple ID: … ...
› Restoring session /Users/.../.app-store/auth/.../cookie
› Session expired Local session
› Using password for ... from your local Keychain
  Learn more
✔ Logged in New session
Authentication with Apple Developer Portal failed!
    Error: Cookie not in this host's domain. Cookie:developer-mdn.apple.com Request:developer.apple.com

还有谁有这个问题,有什么想法如何解决它?
我已尝试删除存储的身份验证Cookie并重新登录。我还尝试登录App Store Connect以查看我的帐户是否有任何问题,但我找不到任何问题。

kfgdxczn

kfgdxczn1#

我今天也开始遇到这个问题。github中有一个老问题,似乎与www.example.com有关https://github.com/expo/eas-cli/issues/1220#issuecomment-1416834395起来今天又开始发生了。

7gs2gvoe

7gs2gvoe2#

我也遇到了同样的错误。在为"Do you want to log in to your Apple account?"问题选择了no之后,我能够开始构建。我希望这个解决方案对你有用。
github问题https://github.com/expo/eas-cli/issues/1672#issuecomment-1416851869

相关问题