iOS Question [SOLVED] Problem with Debug B4I and Updated Xcode (Version 13.3)

George_G

Member
Licensed User
Hello.

I'm using B4I (Version 7.50) and I Xcode (Version 13.3) (Yesterday, I did the update.).

I'm getting the following error, when I try to compile my app.


Error: 2022-03-16 11:17:57.898 xcodebuild[21619:593578] 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-03-16 11:17:57.898 xcodebuild[21619:593578] 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 **

Any idea?

Thank you in advance!
 

George_G

Member
Licensed User
Is this the full error message?
Nope.
This is the full error.


B4i Version: 7.50
Parsing code. (0.11s)
Building folders structure. (0.19s)
Running custom action. (0.05s)
Compiling code. (0.33s)
Compiling layouts code. (0.01s)
Compiling debugger engine code. (0.06s)
Building Xcode project. (0.17s)
Preparing project for builder. (0.25s)
Project size: 0.52 MB
Sending data to remote compiler. Error
Out: Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Release "PRODUCT_NAME=*************" CONFIGURATION_BUILD_DIR=/Users/georgegeorgiadis/Desktop/B4iBuildServer/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Distribution: ROWEGA Consulting Ltd (74BJTB8R7Y)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=134ef383-44fd-4a47-a13b-0b087470852b -arch arm64

User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
ARCHS = arm64
CODE_SIGN_IDENTITY = iPhone Distribution: ROWEGA Consulting Ltd (74BJTB8R7Y)
CONFIGURATION_BUILD_DIR = /Users/georgegeorgiadis/Desktop/B4iBuildServer/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = Genesis Athens IVF
PROVISIONING_PROFILE = 134ef383-44fd-4a47-a13b-0b087470852b

note: Using new build system
note: Using codesigning identity override: iPhone Distribution: ROWEGA Consulting Ltd (74BJTB8R7Y)
note: Planning
Analyze workspace

Create build description
Build description signature: 39c5624df506bf3a6f9c0aa8f564fd5f
Build description path: /Users/georgegeorgiadis/Desktop/B4iBuildServer/UploadedProjects/<user id>/build/XCBuildData/39c5624df506bf3a6f9c0aa8f564fd5f-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: Missing private key for signing certificate. Failed to locate the private key matching certificate "iPhone Distribution: ROWEGA Consulting Ltd (74BJTB8R7Y)" 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')

Error: 2022-03-16 11:17:57.898 xcodebuild[21619:593578] 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-03-16 11:17:57.898 xcodebuild[21619:593578] 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 **
 
Last edited:
Upvote 0
Top