iOS Question SOLVED # Error: security: SecKeychainItemImport: MAC verification failed during PKCS12 import (wrong password?)

DrManhattan

Member
Licensed User
Hello everyone,

Unless I'm mistaken, I think I've gone through the entire forum regarding my problem
Error: security: SecKeychainItemImport: MAC verification failed during PKCS12 import (wrong password?)

I have deleted the old versions of Java and installed Openjdk version "11.0.21" 2023-10-17 LTS" on Sonoma 14 and also on Windows 11

I have all the authorizations and certificates and all the products works perfectly using the simulator.

I have also recreated sign key several times after having first deleted the old ones.

The problem still exists, impossible to connect to the phone for my Bluetooth tests

I welcome all help

Capture d’écran 2024-01-19 à 11.55.49 - Grande.jpeg
 

DrManhattan

Member
Licensed User
perfect for me too, thank you all for your detailed help I would never have gotten there without you

I don't touch anything anymore ;-)

image-cierges.jpg


Solved !
 
Upvote 0

watesoft

Active Member
Licensed User
Longtime User
Tested to use JDK11 at both local Mac builder and Windows 11 B4i V8.51, still getting this PKCS12 wrong password error, still no idea how to solve this
Your Apple Worldwide Developer Relations Intermediate Certificate on mac may have expired, try update it.
https://developer.apple.com/support/expiration/
https://www.apple.com/certificateauthority/AppleWWDRCAG3.cer
Download AppleWWDRCAG3. cer and import into keychain.

If it still doesn't work, you can try opening the Tools in B4i menu, finding the Private Sign Key option, and entering the password you previously set. You may need to enter an incorrect password first, and then enter the correct password, or you may need to enter it multiple times.
 
Upvote 0
Top