iOS Question Build B4i-Bridge App Error(solved)

ronell

Well-Known Member
Licensed User
Longtime User
first thread here in b4i section :)
B4i version: 4.01
Parsing code. (0.00s)
Compiling code. (0.07s)
Building designer app. (0.01s)
Building Xcode project (0.02s)
Sending data to remote compiler. Error
Out: Build settings from command line:
ARCHS = armv7
CODE_SIGN_IDENTITY = iPhone
CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/<user id>/Payload
OTHER_CODE_SIGN_FLAGS = --keychain <user id>
PRODUCT_NAME = B4i-Bridge
PROVISIONING_PROFILE = 0cafc347-6849-4488-af5a-273afccd2cc8

=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===

Check dependencies
Provisioning profile "development" has app ID "net.grotopia.mocpay", which does not match the bundle ID "net.grotopia.mocpay.bridge".
Code signing is required for product type 'Application' in SDK 'iOS 10.1'


Error: ** BUILD FAILED **


The following build commands failed:
Check dependencies
(1 failure)

i follow the steps in this tutorial then after that this error comes up

solved: change bundle id to wildcard
 
Last edited:
Top