iOS Question Keychain Couldnot be Found

sudhil

New Member
Licensed User
Longtime User
Hi,

My application was working fine couple of months ago. Now I am getting the below error:

B4i Version: 5.81
Parsing code. (0.05s)
Building folders structure. (0.08s)
Compiling code. (0.11s)
Compiling layouts code. (0.02s)
Compiling debugger engine code. (1.47s)
Building Xcode project (0.13s)
Sending data to remote compiler. Error
Error: security: SecKeychainDelete: The specified keychain could not be found.

Out: Build settings from command line:
ARCHS = arm64
CODE_SIGN_IDENTITY = iPhone Developer: Sudhiandra Lodd (C5JYHS3EJL)
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = GL Angler Diary
PROVISIONING_PROFILE = dfd615e2-2093-4564-bddd-3cac6341b3a5

note: Using new build system
note: Planning build
note: Constructing build description
Build system information
error: No certificate for team 'Z69KBEXRVY' matching 'iPhone Developer: Sudhiandra Lodd (C5JYHS3EJL)' found: Select a different signing certificate for CODE_SIGN_IDENTITY, a team that matches your selected certificate, or switch to automatic provisioning. (in target 'B4iProject')

Build system information
error: Provisioning profile "Development" expired on Dec 21, 2018. (in target 'B4iProject')


Error: ** BUILD FAILED **


Trying to create new certificate, it says use MAC to create "To manually generate a Certificate, you need a Certificate Signing Request (CSR) file from your Mac.". Please guide me.
 
Top