I'm following this tutorial to get a react native app built using windows to run on my iOS device.
When I upload my p12 certificate, I am prompted for the password I supplied when I created it, but this build fails with the following error
security: SecKeychainItemImport: MAC verification failed during PKCS12 import (wrong password?)
##[error]Error: The process '/usr/bin/security' failed with exit code 1
##[section]Finishing: Install Apple certificate
The password is correct, and if I enter a wrong password intentionally at the point of upload, the appcenter UI says that the password is wrong so you can’t even get to the build step if this is incorrect in the first place.
Am I missing something?