iOS Question Error during build app B4I bridge

Haruka78

Member
Licensed User
Hi
I have the following error during generation app for b4i bridge.
I have made all the steps that i have found here https://www.b4x.com/android/forum/t...icate-and-provisioning-profile.45880/#content
and here https://www.b4x.com/android/forum/threads/installing-b4i-bridge-and-debugging-first-app.45871/
How can i solve the errore?

B4i Versione: 6.80
Analisi del Codice. (0.03s)
Building folders structure. (0.19s)
Compilazione del codice. (0.02s)
Building designer app. (0.04s)
Compilazione Progetto Xcode (0.35s)
Invio dati a compilatore remoto. Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release PRODUCT_NAME=B4i-Bridge CONFIGURATION_BUILD_DIR=/Users/admin/Downloads/B4iBuildServer/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Distribution: Paola Delli Santi (3FS732U8JA)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=2b749b62-8712-4cfe-8911-b03ba133075f -arch armv7 -arch arm64

Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone Distribution: Paola Delli Santi (3FS732U8JA)
CONFIGURATION_BUILD_DIR = /Users/admin/Downloads/B4iBuildServer/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i-Bridge
PROVISIONING_PROFILE = 2b749b62-8712-4cfe-8911-b03ba133075f

note: Using new build system
note: Using codesigning identity override: iPhone Distribution: Paola Delli Santi (3FS732U8JA)
note: Planning build
note: Constructing build description
error: No certificate for team '3FS732U8JA' matching 'iPhone Distribution: Paola Delli Santi (3FS732U8JA)' 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' from project 'B4iProject')
warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'B4iProject' from project 'B4iProject')


Error: ** BUILD FAILED **
 
Top