iOS Question Command line invocation

Stefano Di Chiano

Active Member
Licensed User
Hi everyone,
I'm using B4i v6.8 with a local builder and I'm getting the following error message:
B4i Versione: 6.80
Analisi del Codice. (0.00s)
Building folders structure. (0.03s)
Compilazione del codice. (0.04s)
Compilazione del codice di layouts (0.01s)
Compilazione del codice debugger. (1.58s)
Compilazione Progetto Xcode (0.21s)
Invio dati a compilatore remoto. Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release PRODUCT_NAME=SicilyTour CONFIGURATION_BUILD_DIR=/Users/antoniodichiano/Desktop/B4iBuildServer/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Distribution: Ergoware LTD (7TMKZQV9FR)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=15428452-13aa-4b4b-bb24-20011ac46773 -arch arm64

Build settings from command line:
ARCHS = arm64
CODE_SIGN_IDENTITY = iPhone Distribution: Ergoware LTD (7TMKZQV9FR)
CONFIGURATION_BUILD_DIR = /Users/antoniodichiano/Desktop/B4iBuildServer/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = SicilyTour
PROVISIONING_PROFILE = 15428452-13aa-4b4b-bb24-20011ac46773

note: Using new build system
note: Planning build
note: Constructing build description
warning: MobileCoreServices has been renamed. Use CoreServices instead. (in target 'B4iProject' from project 'B4iProject')
CreateBuildDirectory /Users/antoniodichiano/Desktop/B4iBuildServer/UploadedProjects/<user id>/build (in target 'B4iProject' from project 'B4iProject')
cd /Users/antoniodichiano/Desktop/B4iBuildServer/UploadedProjects/<user id>
builtin-create-build-directory /Users/antoniodichiano/Desktop/B4iBuildServer/UploadedProjects/<user id>/build

MkDir /Users/antoniodichiano/Desktop/B4iBuildServer/UploadedProjects/<user id>/Payload/SicilyTour.app (in target 'B4iProject' from project 'B4iProject')
cd /Users/antoniodichiano/Desktop/B4iBuildServer/UploadedProjects/<user id>
/bin/mkdir -p /Users/antoniodichiano/Desktop/B4iBuildServer/UploadedProjects/<user id>/Payload/SicilyTour.app
I've never seen a similar error and I don't understand it. Can anyone tell me what it is and how to solve it?

Also, is it okay to show my provisioning file code, iPhone distribution name etc. or should I hide these data?

Thanks in advance.
 

Semen Matusovskiy

Well-Known Member
Licensed User
I am not aware about another reason than incorrect password.
Well, you have an old PC and old code, which worked previously. Try to run it. If works, it's enough simple to 'import' settings to new PC.

BTW, you can simply re-create certificates/profiles. 10 minutes maximum.
 
Upvote 0

Stefano Di Chiano

Active Member
Licensed User
I didn't specify it before because I don't know if it could be related to the problem, but I am using my own B4i license on my pc. The old pc wasn't mine and there was another license on it.
Could that be the source of the issue here?
 
Upvote 0

Semen Matusovskiy

Well-Known Member
Licensed User
Doubt, but, theoretically, all is possible.

A problem looks unrelated to program code. Try to create a new (dummy) project on new PC, add #CertificateFile and #ProvisionFile only. Run on iPhone. Guess, you will receive the same error.
If so, there is a reason to re-create certificates / profiles and may be to re-install B4i-Bridge.
 
Upvote 0
Top