Italian B4i non compila

Ebic

Member
Licensed User
Longtime User
Maledizione a me e quando ho deciso di fare l'app anche per IOS.
Ogni volta che riprendo l'app a distanza di qualche settimana ci sta un problema.
Ora non mi compila e mi da il messaggio allegato.
Premetto che utilizzo l'Hosted Builder e non un MAC :
B4i Versione: 7.20
Analisi del Codice. (0.18s)
Building folders structure. (0.00s)
Compilazione del codice. (0.28s)
Compilazione del codice di layouts (0.00s)
Compilazione del codice debugger. (3.41s)
Compilazione Progetto Xcode. (0.11s)
Preparing project for builder. (0.68s)
Project size: 0.54 MB
Invio dati a compilatore remoto. Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release "PRODUCT_NAME=xxxxxxx" CONFIGURATION_BUILD_DIR=/Users/erel/Documents/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Distribution: xxxxxx xxxxxxxx (842D8H47DD)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=c88083e0-321a-497f-a951-2fb4f43f67db -arch arm64

Build settings from command line:
ARCHS = arm64
CODE_SIGN_IDENTITY = iPhone Distribution: xxxxxx xxxxxxxx (842D8H47DD)
CONFIGURATION_BUILD_DIR = /Users/erel/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = xxxxxxxxxxxx
PROVISIONING_PROFILE = c88083e0-321a-497f-a951-2fb4f43f67db

note: Using new build system
note: Using codesigning identity override: iPhone Distribution: xxxxxx xxxxxxxx (842D8H47DD)
note: Planning build
note: Constructing build description
error: Missing private key for signing certificate. Failed to locate the private key matching certificate "iPhone Distribution: xxxxxxxxx(842D8H47DD)" 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')
warning: AddressBook is deprecated. Consider migrating to Contacts instead. (in target 'B4iProject' from project 'B4iProject')


Error: ** BUILD FAILED **

Quale è il problema?
Qualcuno può aiutarmi a districarmi dentro la selva di certificati che vuole Apple?
Cosa manca ?
Grazie.
 
Last edited:

Star-Dust

Expert
Licensed User
Longtime User
error: Missing private key for signing certificate. Failed to locate the private key matching certificate "iPhone Distribution: Enrico Biccheri (842D8H47DD)" in the keychain. To sign with this signing certificate, install its private key in your keychain. I
 

Ebic

Member
Licensed User
Longtime User
si lo avevo letto anche io, ma i certificati li ho tutti e non scaduti, quale sarebbe il certificato richiesto?
Grazie.
 

Star-Dust

Expert
Licensed User
Longtime User
Chiave privata mancante per la firma del certificato. Impossibile individuare il certificato di corrispondenza della chiave privata "Distribuzione iPhone: Enrico Biccheri (842D8H47DD)" nel portachiavi. Per firmare con questo certificato di firma, installa la sua chiave privata nel tuo portachiavi
 
Top