为iOS构建Expo App时出现错误

时间:2019-07-19 15:21:15

标签: ios react-native expo

我已经运行了此命令exp build:ios。 我选择了Expo来处理此过程。 在放置凭证分发证书,标识符和配置文件后,我得到了以下错误:

? Will you provide your Distribution Certificate? Let Expo handle the process
? Will you provide your own Push Certificate? Let Expo handle the process

[18:32:36] Error while gathering & validating credentials
[18:32:36] Error: Request failed with status code 410
[18:32:36] Request failed with status code 410
[18:32:36] Error: Request failed with status code 410
    at createError (/usr/local/lib/node_modules/exp/node_modules/axios/lib/core/createError.js:16:15)
    at settle (/usr/local/lib/node_modules/exp/node_modules/axios/lib/core/settle.js:17:12)
    at IncomingMessage.handleStreamEnd (/usr/local/lib/node_modules/exp/node_modules/axios/lib/adapters/http.js:236:11)
    at IncomingMessage.emit (events.js:201:15)
    at endReadableNT (_stream_readable.js:1130:12)
    at processTicksAndRejections (internal/process/task_queues.js:84:17)

谢谢

1 个答案:

答案 0 :(得分:1)

我可以成功登录到Apple Developer Site吗?

或者,您可能会遇到此问题,因为您需要签署新的隐私协议。

还要确保exp是最新的。