iOS Question Error Compiling

Leandro Vaufran Stievano

Member
Licensed User
119 / 5.000
Hello everyone
Today when trying to compile my project iOS I get the errors below, could someone with more experience help me?

B4i Version: 7.80
Parsing code. (0.18s)
Building folders structure. (0.13s)
Running custom action. (0.12s)
Compiling code. (0.52s)
Compiling layouts code. (0.03s)
Compiling debugger engine code. (0.05s)
Building Xcode project. (0.20s)
Preparing project for builder. (0.16s)
Project size: 0.55 MB
Sending data to remote compiler. Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release PRODUCT_NAME=Resimport CONFIGURATION_BUILD_DIR=/Users/leandro/Documents/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=4f1f9391-6eed-44cc-be47-e5e5bda36878 -arch arm64

User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
ARCHS = arm64
CODE_SIGN_IDENTITY = iPhone Distribution: Volpecom Sistemas e Consultoria Ltda ME (5YCAXP7PFX)
CONFIGURATION_BUILD_DIR = /Users/leandro/Documents/B4iBuildServer/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = Resimport
PROVISIONING_PROFILE = 4f1f9391-6eed-44cc-be47-e5e5bda36878

note: Using new build system
note: Using codesigning identity override: iPhone Distribution: Volpecom Sistemas e Consultoria Ltda ME (5YCAXP7PFX)
note: Planning
Analyze workspace

Create build description
Build description signature: 07d45817d32e7bd1cbd7bba8ac85e381
Build description path: /Users/leandro/Documents/B4iBuildServer/UploadedProjects/<user id>/build/XCBuildData/07d45817d32e7bd1cbd7bba8ac85e381-desc.xcbuild

note: Build preparation complete
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
error: "B4iProject" requires a provisioning profile. Select a provisioning profile in the Signing & Capabilities editor. (in target 'B4iProject' from project 'B4iProject')

Error: 2022-04-05 10:24:46.673 xcodebuild[883:9014] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
2022-04-05 10:24:46.674 xcodebuild[883:9014] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
** BUILD FAILED **
 

Leandro Vaufran Stievano

Member
Licensed User
I revoked and re-created all certificates and provision
change Xcode for version 13.2
using the hosted builder, the error no longer appeared, but I don't know how to transfer the app to the iphone.
B4i Version: 7.80
Parsing code. (0.25s)
Building folders structure. (0.10s)
Running custom action. (0.19s)
Compiling code. (0.41s)
Compiling layouts code. (0.01s)
Compiling debugger engine code. (0.04s)
Building Xcode project. (0.20s)
Preparing project for builder. (0.23s)
Project size: 0.55 MB
Sending data to remote compiler. (10.74s)
Completed successfully.
Make sure that B4i-Bridge is started (192.168.0.118).


But...
if I try to use BuildServer I get the following errors:

B4i Version: 7.80
Parsing code. (0.22s)
Building folders structure. (0.10s)
Running custom action. (0.12s)
Compiling code. (0.41s)
Compiling layouts code. (0.01s)
Compiling debugger engine code. (0.03s)
Building Xcode project. (0.16s)
Preparing project for builder. (0.16s)
Project size: 0.55 MB
Sending data to remote compiler. Error
Error: security: SecKeychainDelete: The specified keychain could not be found.

Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release PRODUCT_NAME=Resimport CONFIGURATION_BUILD_DIR=/Users/leandro/Documents/B4iBuildServer/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Developer: Leandro Esteves (Z2HU7Z4B6P)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=2bff70d8-7af8-4985-94d1-4d4fbb312ae6 -arch arm64

User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
ARCHS = arm64
CODE_SIGN_IDENTITY = iPhone Developer: Leandro Esteves (Z2HU7Z4B6P)
CONFIGURATION_BUILD_DIR = /Users/leandro/Documents/B4iBuildServer/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = Resimport
PROVISIONING_PROFILE = 2bff70d8-7af8-4985-94d1-4d4fbb312ae6

note: Using new build system
note: Using codesigning identity override: iPhone Developer: Leandro Esteves (Z2HU7Z4B6P)
note: Planning
Analyze workspace

Create build description
Build description signature: 90a788fd5158c9a28a3f4c4ff1f5ada7
Build description path: /Users/leandro/Documents/B4iBuildServer/UploadedProjects/<user id>/build/XCBuildData/90a788fd5158c9a28a3f4c4ff1f5ada7-desc.xcbuild

note: Build preparation complete
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
error: "B4iProject" requires a provisioning profile. Select a provisioning profile in the Signing & Capabilities editor. (in target 'B4iProject' from project 'B4iProject')

Error: ** BUILD FAILED **
 
Upvote 0

Leandro Vaufran Stievano

Member
Licensed User
I´m reinstall B4iBuilderServer and message now is:
B4i Version: 7.80
Parsing code. (0.25s)
Building folders structure. (0.11s)
Running custom action. (0.11s)
Compiling code. (0.44s)
Compiling layouts code. (0.01s)
Compiling debugger engine code. (0.03s)
Building Xcode project. (0.18s)
Preparing project for builder. (0.18s)
Project size: 0.55 MB
Sending data to remote compiler. Error
Communication error: java.lang.RuntimeException: java.io.IOException: Cannot run program "/usr/local/bin/cfgutil" (in directory "/"): error=2, No such file or directory
 
Upvote 0
Top