昨日、expo build:iosコマンドを正常に実行できましたが、今朝は機能しません。資格情報を入力すると、次のエラーメッセージが表示されます。
Trying to authenticate with Apple Developer Portal...
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.
エラーの原因は何か? Appleサービスのステータスを確認しましたが、すべてが稼働しています。
これが私の設定です
Expo CLI 3.11.5 environment info:
System:
OS: macOS 10.14.5
Shell: 5.3 - /bin/zsh
Binaries:
Node: 10.16.3 - /usr/local/bin/node
Yarn: 1.19.1 - /usr/local/bin/yarn
npm: 6.9.0 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
IDEs:
Android Studio: 3.4 AI-183.6156.11.34.5692245
Xcode: 11.3.1/11C504 - /usr/bin/xcodebuild
npmPackages:
@storybook/react-native: ^4.1.7 => 4.1.7
@types/react: 16.4.7 => 16.4.7
@types/react-native: ^0.60.2 => 0.60.2
@types/react-navigation: ^3.0.7 => 3.0.7
expo: ^33.0.0 => 33.0.7
react: 16.8.3 => 16.8.3
react-native: https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz => 0.59.8
react-navigation: ^4.0.10 => 4.0.10
npmGlobalPackages:
expo-cli: 3.11.5
node_modules
に入りますcd `npm root -g`/expo-cli/node_modules/@expo/traveling-fastlane-darwin/traveling-fastlane-1.10.0-osx/lib/Ruby/lib
openssl x509 -enddate -noout -in ca-bundle.crt
cert_file = "$(openssl version -d | awk -F '"' '{print $ 2}')/cert.pem "
cp ca-bundle.crt ca-bundle.crt.bak
cp $ cert_file ca-bundle.crt
Macを使用している場合、これらの2つのコマンドはトリックを実行します。 "3)-rm expo 4)-rm expo-cli
次に、expo-cliの最新バージョンまたは少なくとも3.11.7を再インストールします