iOS Question Failed to parse certificate file

nicieri

Active Member
Licensed User
Longtime User
Hi!

I have the following error with the new version of B4i...

B4i Version: 10.00 BETA #2
Parsing code. (0.34s)
Building folders structure. (0.39s)
Running custom action. (0.10s)
Compiling code. (0.77s)
Compiling layouts code. (0.06s)
Compiling debugger engine code. (0.11s)
Building Xcode project. (0.49s)
Swift placeholder added
C++ libraries found
Preparing project for builder. (0.90s)
Project size: 1.58 MB
Sending data to remote compiler. Error
Failed to parse certificate file.Error: security: SecKeychainDelete: The specified keychain could not be found.


I tried several times this process suggested in another similar thread but no success, still giving me the same error, I use the hosted builder.


After Setting the path to Java 19 and Empty Keys Folder

HOW TO GENERATE CERTIFICATESIGNINGREQUEST

1. Open the IDE and goto Tools->Private Sign Keys
2. Set Your password, you can leave the name and others Unknown
3. Click Create NEW
Open your keys folder, you should now see these files
B4i.keystore, certificateSigningRequest.csr and B4i.p12

From here, goto Developer console and use the certificateSigningRequest to create your certificates
 

nicieri

Active Member
Licensed User
Longtime User
Same error with the final last version.

B4i Version: 10.00
Parsing code. (0.29s)
Building folders structure. (0.36s)
Running custom action. (0.11s)
Compiling code. (0.75s)
Compiling layouts code. (0.05s)
Compiling debugger engine code. (0.08s)
Building Xcode project. (0.44s)
Swift placeholder added
C++ libraries found
Preparing project for builder. (0.77s)
Project size: 1.58 MB
Sending data to remote compiler. Error
Failed to parse certificate file.Error: security: SecKeychainDelete: The specified keychain could not be found.
 
Upvote 0

nicieri

Active Member
Licensed User
Longtime User
There is no more information about the Error, I already deleted everything from the "Keys" folder, I made the private key, certificate and profile again.

And the same error continues.


1763648892714.png
 
Upvote 0
Top