iOS Question Error to Rebuild b4i Bridge App

Royni Lim

Member
Licensed User
hi everyone...
i got an error, while to rebuild b4i Bridge app for my other iPhone.
Error Message:
B4i Version: 7.80
Parsing code.    (0.21s)
Building folders structure.    (0.05s)
Running custom action.    (0.08s)
Compiling code.    (0.27s)
Building designer app.    (0.05s)
Building Xcode project.    (0.23s)
Preparing project for builder.    (0.08s)
    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: ROYNI LIM (W94VX66J85)" "OTHER_CODE_SIGN_FLAGS=--keychain <user id>" PROVISIONING_PROFILE=094b1105-a3cf-4aef-b381-d2555366e6e2 -arch armv7 -arch arm64

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
    ARCHS = armv7 arm64
    CODE_SIGN_IDENTITY = iPhone Distribution: ROYNI LIM (W94VX66J85)
    CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
    OTHER_CODE_SIGN_FLAGS = --keychain <user id>
    PRODUCT_NAME = B4i-Bridge
    PROVISIONING_PROFILE = 094b1105-a3cf-4aef-b381-d2555366e6e2

note: Using new build system
note: Using codesigning identity override: iPhone Distribution: ROYNI LIM (W94VX66J85)
note: Planning
Analyze workspace

Create build description
Build description signature: bbf04a7471f3a3d2c879a65a383bbf6f
Build description path: /Users/administrator/Documents/UploadedProjects/<user id>/build/XCBuildData/bbf04a7471f3a3d2c879a65a383bbf6f-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: Provisioning profile "kong.market.210522" has app ID "com.kong.market", which does not match the bundle ID "com.kong.market.bridge". (in target 'B4iProject' from project 'B4iProject')

Error: ** BUILD FAILED **

how to solve this error ?

thank you...
 
Top