solar2d / demo-app-store-automation

How to create set up iOS app deployment without ever touching macOS
MIT License
29 stars 10 forks source link

SecKeychainItemImport: MAC verification failed #15

Open Be1zebub opened 2 weeks ago

Be1zebub commented 2 weeks ago

tryin to build demo for ios

security: SecKeychainDelete: The specified keychain could not be found.
security: SecKeychainItemImport: MAC verification failed during PKCS12 import (wrong password?)

image image

Be1zebub commented 2 weeks ago

at this step security import "Util/distribution.p12" -A -P "$CERT_PASSWORD" image image

Shchvova commented 2 weeks ago

Make sure password is correct in secrets. You can download p12 and try opening it and verifying password. You can also re-generate your keys.

Be1zebub commented 2 weeks ago

confirmed, $CERT_PASSWORD 100% correct