iOS Question Problems building B4i-Bridge

holdemadvantage

Active Member
Licensed User
Longtime User
Hi all

i have a problem with b4i, i receive this error while i am trying to buuld b4i-Bridge

Building designer app. 0.03
Building Xcode project 0.11
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/MYUSERID/Payload
OTHER_CODE_SIGN_FLAGS = --keychain MYUSERID
PRODUCT_NAME = B4i-Bridge
PROVISIONING_PROFILE = ba23f90b-3081-42a0-a856-xxxxxxxxx

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

Check dependencies
Code Sign error: Provisioning profile does not match bundle identifier: The
provisioning profile specified in your build settings (“Formazioni
Probabili”) has an AppID of “com.preekog.formazioniprobabili” which does
not match your bundle identifier “com.preekog.formazioniprobabili.bridge”.
CodeSign error: code signing is required for product type 'Application' in
SDK 'iOS 8.1'


Error: ** BUILD FAILED **


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

I tried several times to delete keys folder files and recreate keys, dev cer and *.mobileprovision fiel without success, someone had got a similar problem?
 

Ivan Leal

Member
Licensed User
Longtime User
Hi Erel,
I developed an app and fully tested using the b4i-Bridge. Recently I realized some changes in the code and I'm not able to run the app in debug mode. I tried several times, already deleted the files in the Keys folder and recreated the development certificate and provisioning profile. I keep getting the attached error:

Could you give me some idea of what's going on?
 

Attachments

  • Error.txt
    126.4 KB · Views: 200
Upvote 0
Top