EXPO error, I want to build the app. But "SSL_connect returned=1 errno=0 state=error: certificate verify failed"

EXPO error, I want to build the app. But "SSL_connect returned=1 errno=0 state=error: certificate verify failed"

我正在通过EXPO学习。 最近,我进入了

`expo build:ios` 

用于构建应用程序。 但是发生错误。 出现以下错误:

Authentication with Apple Developer Portal failed!
Reason: Unknown reason, raw: "SSL_connect returned=1 errno=0 state=error: certificate verify failed"
Set EXPO_DEBUG=true in your env to view the stack trace.

此外,我尝试通过 exp 进行构建。

exp build:ios

此外,出现以下错误:

[16:47:44] Validating Credentials...
[16:48:11] Error while gathering & validating credentials
[16:48:11] Reason:Unknown reason, raw:"getaddrinfo: nodename nor servname provided, or not known"
[16:48:11] Set EXPO_DEBUG=true in your env to view the stack trace.

我需要一位老师来帮助我。 感谢您阅读。

这是一个已在其最新版本中解决的错误。 尝试:npm install -g expo-clinpm install -g expo-cli@3.11.7 并确认 expo --version 给出 3.11.7