Я сейчас пытаюсь создать свое первое приложение, используя Expo-cli. Я на Windows 10. У меня есть учетная запись Apple Developer, и я сейчас пытаюсь собрать для iOS. Однако всякий раз, когда я запускаю «expo build: ios», я получаю следующие ошибки:
Connection reset by peer - SSL_connect
>>Error while gathering & validating credentials
>>Error: Reason:Unknown reason, raw:"Could not receive latest API key from App Store Connect, this might be a server issue."
>>Reason:Unknown reason, raw:"Could not receive latest API key from App Store Connect, this might be a server issue."
Когда я запускаю «set EXPO_DEBUG = true expo build: ios» и ввожу свои учетные данные Apple, я получаю следующую информацию:
Error: Reason:Unknown reason, raw:"Could not receive latest API key from App Store Connect, this might be a server issue."
at Object._callee4$ (C:\expo-cli@2.6.14\src\commands\build\auth.js:135:11)
at tryCatch (C:\Users\danie\AppData\Roaming\npm\node_modules\expo-cli\node_modules\regenerator-runtime\runtime.js:62:40)
at Generator.invoke [as _invoke] (C:\Users\danie\AppData\Roaming\npm\node_modules\expo-cli\node_modules\regenerator-runtime\runtime.js:296:22)
at Generator.prototype.(anonymous function) [as next] (C:\Users\danie\AppData\Roaming\npm\node_modules\expo-cli\node_modules\regenerator-runtime\runtime.js:114:21)
at step (C:\Users\danie\AppData\Roaming\npm\node_modules\expo-cli\node_modules\babel-runtime\helpers\asyncToGenerator.js:17:30)
at C:\Users\danie\AppData\Roaming\npm\node_modules\expo-cli\node_modules\babel-runtime\helpers\asyncToGenerator.js:28:13
at process._tickCallback (internal/process/next_tick.js:68:7)
Я попытался запустить сервер и собрать несколько сетей, но безуспешно. Я не нашел других вопросов, подобных этому, ни на одной платформе.
У кого-нибудь есть идеи, что я могу сделать, чтобы решить эту проблему?
Заранее спасибо!