iOS Question SecKeychainDelete

DIEGO TREJO

Member
Licensed User
Longtime User
Friends, I ask for your help, I can't understand the reason for the following error when trying to build an iOS app:

B4i Versión: 7.80
Paseando código. (0.44s)
Building folders structure, (0.35s)
Corriendo accion personalizada, (0.15s)
Compilando código. (1.57s)
Compilado códigos de diseños. (0.095)
Compilando el código del motor de depuración. (0.11s)
Compilando proyecto Xcode. (0.18s)
Preparando el proyecto para el constructor. (1.23s)
Tamaño del proyecto: 1.39 MB
Enviando datos al compilador remoto. Error
Failed to parse certificate file.Error: security: SecKeychainDelete: The specified keychain could not be found.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
This error usually happens when the certificate is of the wrong type. Delete all keys and create new ones.
 
Upvote 0
Top