iOS Question Build Bridge App problem

stevenindon

Active Member
Licensed User
Hello all,

I have been trying to build my app using 'Build B4i-Bridge App' for a new iphone but there seems to be a problem. Please find below error code :


B4X:
B4i Version: 8.30
Parsing code.    (0.08s)
Building folders structure.    (0.03s)
Running custom action.    (0.06s)
Compiling code.    (0.08s)
Building designer app.    (0.02s)
Building Xcode project.    (0.10s)
Preparing project for builder.    (0.03s)
    Project size: 0.24 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/administrator/Documents/UploadedProjects/<user id>/Payload "CODE_SIGN_IDENTITY=iPhone Distribution: KFF Capital Holdings Sdn Bhd (7398QKZQUY)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=bee51d4c-557b-46c9-87c1-2ff1b436b92d -arch arm64

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
    ARCHS = arm64
    CODE_SIGN_IDENTITY = iPhone Distribution: XXXXXX Holdings Sdn Bhd (739XXXXX)
    CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
    OTHER_CODE_SIGN_FLAGS = --keychain <user id>
    PRODUCT_NAME = B4i-Bridge
    PROVISIONING_PROFILE = bee51d4c-557b-46c9-87c1-2XXXXX36b92d

note: Using codesigning identity override: iPhone Distribution: XXXXXX Holdings Sdn Bhd (739XXXXX)
Computing target dependency graph and provisioning inputs

Create build description
Build description signature: 8d8919773f044XXXXXXXXb93f00cf
Build description path: /Users/administrator/Documents/UploadedProjects/<user id>/build/XCBuildData/8d8919773f044080338ec58fb93f00cf-desc.xcbuild

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
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'B4iProject' from project 'B4iProject')
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject.xcodeproj: error: Provisioning profile "TWAppDebugProvision" has app ID "TA.TWApp.Com", which does not match the bundle ID "TA.TWApp.Com.bridge". (in target 'B4iProject' from project 'B4iProject')

Error: ** BUILD FAILED **

I have added new device in Apple Developer, check and downloaded all provision profiles again.. I cant seems to 'Build B4i-Bridge App'. But when i compile the app to my old iPhone it seems to be ok. Was wondering what went wrong.
 
Last edited:
Top