B4i - Instalação em iPhone fisico

Leandro Vaufran Stievano

Member
Licensed User
Olá senhores boa noite,
Eu instalei o B4i e consegui compilar um pequeno exemplo usando o Emulador, mas gostaria de utilizar o iPhone fisco para testes, nisso estou levando uma surra que não tem tamanho...
Alguém já passou por isso ?
Tenho a conta de desenvolvedor na Apple.

obtive o seguinte erro:

B4i Version: 7.00
Parsing code. (0.01s)
Building folders structure. (0.04s)
Compiling code. (0.14s)
Building designer app. (0.02s)
Building Xcode project. (0.64s)
Preparing project for builder. (0.19s)
Project size: 0.23 MB
Sending data to remote compiler. Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release PRODUCT_NAME=B4i-Bridge CONFIGURATION_BUILD_DIR=/Users/leandroesteves/Documents/Desenvolvimento/B4iBuildServer/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Distribution: Volpecom Sistemas e Consultoria Ltda ME (5YCAXP7PFX)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=24559aa9-338a-4206-96ec-cfd9f2f461d2 -arch armv7 -arch arm64

Build settings from command line:
ARCHS = armv7 arm64
CODE_SIGN_IDENTITY = iPhone Distribution: Volpecom Sistemas e Consultoria Ltda ME (5YXXXP7XXX)
CONFIGURATION_BUILD_DIR = /Users/leandroesteves/Documents/Desenvolvimento/B4iBuildServer/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i-Bridge
PROVISIONING_PROFILE = 244459aa9-338a-4206-96ec-cfd9f2f461d2

note: Using new build system
note: Using codesigning identity override: iPhone Distribution: Volpecom Sistemas e Consultoria Ltda ME (5YXXXP7XXX)
note: Planning build
note: Constructing build description
error: Missing private key for signing certificate. Failed to locate the private key matching certificate "iPhone Distribution: Volpecom Sistemas e Consultoria Ltda ME (5YXXXP7XXX)" 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: 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.4.99. (in target 'B4iProject' from project 'B4iProject')


Error: ** BUILD FAILED **
 
Top