MAC verification failed during PKCS12 import" error for iOS Code Signing with .p12 file #2805
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce
Expected resultsThe build should successfully import the .p12 file without error and properly sign the iOS app for distribution. Actual resultsThe build fails with the following error: Build id (optional)672200f7ef10634b012b3056 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @kamilsouni
usually mean that the provided .p12 certificate is somehow corrupt or password protected and the password is incorrect or you have not provided the certificate password. |
Beta Was this translation helpful? Give feedback.
Hey @kamilsouni
usually mean that the provided .p12 certificate is somehow corrupt or password protected and the password is incorrect or you have not provided the certificate password.
I suggest you have your certificate without a password and re-upload the .p12 file.
Also you can consider using OpenSSL with the -legacy flag on Windows. This flag often helps avoid compatibility issues with the .p12 format on Windows systems