

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') If you don't have the private key, select a different signing certificate for CODE_SIGN_IDENTITY in the build settings editor. To sign with this signing certificate, install its private key in your keychain. Failed to locate the private key matching certificate "iPhone Distribution: Volpecom Sistemas e Consultoria Ltda ME (5YXXXP7XXX)" in the keychain.


Note: Using codesigning identity override: iPhone Distribution: Volpecom Sistemas e Consultoria Ltda ME (5YXXXP7XXX)Įrror: Missing private key for signing certificate. Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release PRODUCT_NAME=B4i-Bridge CONFIGURATION_BUILD_DIR=/Users/leandroesteves/Documents/Desenvolvimento/B4iBuildServer/UploadedProjects//Payload "CODE_SIGN_IDENTITY=iPhone Distribution: Volpecom Sistemas e Consultoria Ltda ME (5YCAXP7PFX)" "OTHER_CODE_SIGN_FLAGS=-keychain " PROVISIONING_PROFILE=24559aa9-338a-4206-96ec-cfd9f2f461d2 -arch armv7 -arch arm64ĬODE_SIGN_IDENTITY = iPhone Distribution: Volpecom Sistemas e Consultoria Ltda ME (5YXXXP7XXX)ĬONFIGURATION_BUILD_DIR = /Users/leandroesteves/Documents/Desenvolvimento/B4iBuildServer/UploadedProjects//Payload I installed the B4i and managed to compile a small example using the Emulator, but I would like to use the physical iPhone for testing, I get the error message below
