As I cannot wait, without progressind, I tried again to setup the local builder:
My configuration is as follows:
MacOS: Venture 13.7.8
jdk19.0.1
Xcode 15.0.1
I have regenerated cert and provision files, everything is progressing, but I'm stuck with the following errors (my local B4iBuildServer Libs folder only contains .a files (old format?). Xcode 15 maybe needs .xcframework files)
****************************
B4i Version : 10.00
Analyse du code. (0.23s)
Building folders structure. (0.10s)
Exécution d'une action personnalisée. (0.08s)
Compilation du code. (0.91s)
Compilation du code des layouts. (0.02s)
Compilation du code du débogueur. (0.03s)
Etablissement du projet Xcode. (0.18s)
C++ libraries found
Préparation du projet pour le générateur (0.25s)
Taille du projet: 1.81 MB
Envoi de données au 'Remote Compiler'. Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release PRODUCT_NAME=iPaRformer CONFIGURATION_BUILD_DIR=/Users/test/Documents/B4iBuildServer/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Developer: Augustin Garcia (57Y88B93D3)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=9f213147-6207-4eb1-824c-e6c7576f7f78 -arch arm64
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
ARCHS = arm64
CODE_SIGN_IDENTITY = iPhone Developer: Augustin Garcia (57Y88B93D3)
CONFIGURATION_BUILD_DIR = /Users/test/Documents/B4iBuildServer/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = iPaRformer
PROVISIONING_PROFILE = 9f213147-6207-4eb1-824c-e6c7576f7f78
note: Using codesigning identity override: iPhone Developer: Augustin Garcia (57Y88B93D3)
ComputeTargetDependencyGraph
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
note: Target dependency graph (1 target)
Target 'B4iProject' in project 'B4iProject' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
Build description signature: 4f58cf6628fb1c5e934be65f6154ae6b
Build description path: /Users/test/Documents/B4iBuildServer/UploadedProjects/<user id>/build/XCBuildData/4f58cf6628fb1c5e934be65f6154ae6b.xcbuilddata
error: There is no XCFramework found at '/Users/test/Documents/B4iBuildServer/Libs/iBLE.xcframework'. (in target 'B4iProject' from project 'B4iProject')
error: There is no XCFramework found at '/Users/test/Documents/B4iBuildServer/Libs/iCore.xcframework'. (in target 'B4iProject' from project 'B4iProject')
error: There is no XCFramework found at '/Users/test/Documents/B4iBuildServer/Libs/iRandomAccessFile.xcframework'. (in target 'B4iProject' from project 'B4iProject')
error: There is no XCFramework found at '/Users/test/Documents/B4iBuildServer/Libs/iXUI.xcframework'. (in target 'B4iProject' from project 'B4iProject')
error: There is no XCFramework found at '/Users/test/Documents/B4iBuildServer/Libs/iXUI2D.xcframework'. (in target 'B4iProject' from project 'B4iProject')
error: There is no XCFramework found at '/Users/test/Documents/B4iBuildServer/Libs/xCustomListView.xcframework'. (in target 'B4iProject' from project 'B4iProject')
error: There is no XCFramework found at '/Users/test/Documents/B4iBuildServer/Libs/iBitmapCreator.xcframework'. (in target 'B4iProject' from project 'B4iProject')
error: There is no XCFramework found at '/Users/test/Documents/B4iBuildServer/Libs/iCore.xcframework'. (in target 'B4iProject' from project 'B4iProject')
error: There is no XCFramework found at '/Users/test/Documents/B4iBuildServer/Libs/iXUI.xcframework'. (in target 'B4iProject' from project 'B4iProject')
error: There is no XCFramework found at '/Users/test/Documents/B4iBuildServer/Libs/iDateUtils.xcframework'. (in target 'B4iProject' from project 'B4iProject')
error: There is no XCFramework found at '/Users/test/Documents/B4iBuildServer/Libs/iDebug2.xcframework'. (in target 'B4iProject' from project 'B4iProject')
Error: 2026-03-30 14:38:08.695 xcodebuild[6745:557332] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22269/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103
Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.
Function: createItemModels(for:itemModelSource
Thread: <_NSMainThread: 0x600002a9c040>{number = 1, name = main}
Please file a bug at
https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-03-30 14:38:08.695 xcodebuild[6745:557332] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22269/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103
Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.
Function: createItemModels(for:itemModelSource
Thread: <_NSMainThread: 0x600002a9c040>{number = 1, name = main}
Please file a bug at
https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
******************* Truncated error message***********************************