Issue
Before today, eas build -profile production --platform ios
worked well. But since, it give me this error. Do you have any idea what the problem is?
Preparing credentials
Creating keychain
Preparing credentials for target 'XXXX'
Getting distribution certificate fingerprint and common name
Fingerprint = "XXXXXXXXXXXXXXXXXXXXXXXX", common name = XXXXXX
Writing distribution certificate to /var/folders/dz/XXXXXXX
Importing distribution certificate into the keychain
Initializing provisioning profile
Validating whether distribution certificate has been imported successfully
Destroying keychain - /var/folders/dz/XXXXXXX/T/turtle-v2-XXXXXXX
Distribution certificate with fingerprint XXXXXX hasn't been imported successfully
Solution
Looks like this issue can be fixed by installing the Apple Worldwide Developer Relations Certification Authority certificate
Sauce: https://github.com/expo/eas-cli/issues/1331, https://developer.apple.com/support/expiration/
Answered By - Wilhelm Erasmus
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.