iOS Question Error

norton_ir

New Member
Licensed User
Hello
Could you help me understand this error?


B4i Version: 8.51
Parsing code. (0.00s)
Building folders structure. (0.01s)
Compiling code. (0.00s)
Compiling layouts code. (0.00s)
Compiling debugger engine code. (0.04s)
Building Xcode project. (0.11s)
Preparing project for builder. (0.05s)
Project size: 0.16 MB
Sending data to remote compiler. Error
Error: security: SecKeychainItemImport: MAC verification failed during PKCS12 import (wrong password?)


The settings are all set according to these:
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
The two possible reasons for this error are:
1. Wrong password. This is the password that is set under Tools - Private Sign Key (in the IDE).
2. Wrong type of certificate.

Delete all files in the keys folder. Revoke the certificate and start from scratch. Pay attention to the certificate type. See the screenshot in the tutorial.
 
Upvote 0
Top