iOS Question Error compiling Bridge after renewing certificates and provision files

Pedro Caldeira

Active Member
Licensed User
Longtime User
Hello All,
I renewed my certificate and provision files today and withou any other changes in the code or the server settings or even the ID parameters, Now I get the following error:

B4X:
B4i Version: 8.10
Parsing code.    (0.00s)
Building folders structure.    (0.06s)
Compiling code.    (0.01s)
Compiling layouts code.    (0.00s)
Compiling debugger engine code.    (1.53s)
Building Xcode project.    (0.31s)
Preparing project for builder.    (0.10s)
    Project size: 0.16 MB
Sending data to remote compiler.    Error
Out: Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release "PRODUCT_NAME=B4i Example" CONFIGURATION_BUILD_DIR=/Users/administrator/Documents/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Distribution: XXXXXXXXX- XXXXXXXXXXXXX "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=641ea5d0-6a6f-4c37-8e9e-d82b058f0bfc -arch arm64

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
    ARCHS = arm64
    CODE_SIGN_IDENTITY = iPhone Distribution: xxxxxxxxxxxxx (0000000000)
    CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
    OTHER_CODE_SIGN_FLAGS = --keychain <user id>
    PRODUCT_NAME = B4i Example
    PROVISIONING_PROFILE = 641ea5d0-6a6f-4c37-8e9e-d82b058f0bfc

note: Using codesigning identity override: iPhone Distribution:  iPhone Distribution: xxxxxxxxxxxxx (0000000000)
Computing target dependency graph and provisioning inputs

Create build description
Build description signature: b400bae5a7a42e37862519d447adc5e3
Build description path: /Users/administrator/Documents/UploadedProjects/<user id>/build/XCBuildData/b400bae5a7a42e37862519d447adc5e3-desc.xcbuild

warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject.xcodeproj: error: Missing private key for signing certificate. Failed to locate the private key matching certificate "iPhone Distribution: xxxxxxxxxxxxxxxxxxxx. (000000000)" in the keychain. To sign with this signing certificate, install its private key in your keychain. If you don't have the private key, select a different signing certificate for CODE_SIGN_IDENTITY in the build settings editor. (in target 'B4iProject' from project 'B4iProject')

Error: ** BUILD FAILED **
 
Top