iOS Question Error when compiling app

MList

Member
Licensed User
I get this error when trying to start the app in with develop profile

B4X:
B4i Version: 8.10
Parse den Code.    (0.33s)
Building folders structure.    (0.14s)
Führe individuellen Aktion aus.    (0.06s)
Kompiliere den Code.    (0.53s)
Kompiliere Layoutcode.    (0.02s)
Kompiliere Debugger-Code    (4.98s)
Erstelle Xcode-Projekt.    (0.21s)
Projekt für Builder vorbereiten.    (0.62s)
    Projektgröße: 2.12 MB
Sende Daten an entfernten Compiler.    Error
Out: Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release "PRODUCT_NAME=Lima Connect" CONFIGURATION_BUILD_DIR=/Users/administrator/Documents/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Distribution: List-Magnetik Dipl. Ing. Heinrich List GmbH (Z37L8363UU)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=cc5717ca-1417-41d5-8e54-0dced72eb177 -arch arm64

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
    ARCHS = arm64
    CODE_SIGN_IDENTITY = iPhone Distribution: List-Magnetik Dipl. Ing. Heinrich List GmbH (Z37L8363UU)
    CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
    OTHER_CODE_SIGN_FLAGS = --keychain <user id>
    PRODUCT_NAME = Lima Connect
    PROVISIONING_PROFILE = cc5717ca-1417-41d5-8e54-0dced72eb177

note: Using codesigning identity override: iPhone Distribution: List-Magnetik Dipl. Ing. Heinrich List GmbH (Z37L8363UU)
Computing target dependency graph and provisioning inputs

Create build description
Build description signature: ef6d8a1fc19458f7199de15685d4d996
Build description path: /Users/administrator/Documents/UploadedProjects/<user id>/build/XCBuildData/ef6d8a1fc19458f7199de15685d4d996-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: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'B4iProject' from project 'B4iProject')
/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: List-Magnetik Dipl. Ing. Heinrich List GmbH (Z37L8363UU)" 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 **

Can somebody please help?
 
Top