iOS Question B4i Bridge no longer works

ciginfo

Well-Known Member
Licensed User
Longtime User
Hi,
I did not used B4i for several months. Now, when I try to open the appli B4i-Bridge on my device ( I'm working with Host builder) the appli flashes and closes. I try to to re-install B4i-Bridge I' don't find it on the apple store.
If I run "tools/Build server/Build B41 bridge appli I obtain the error below.

B4i version: 2.30
Parsing code. (0.04s)
Compiling code. (0.09s)
Building designer app. (0.01s)
Building Xcode project (0.02s)
Sending data to remote compiler. Error
Communication error: ConnectFailure

B4I certificate is installed aond my Apple certificates are OK, active.

What is wrong

Thank you
 

ciginfo

Well-Known Member
Licensed User
Longtime User
No, it seems all is allright. Look at uploaded files. Apple-certifs-w.png ide-w.png
 
Upvote 0

ciginfo

Well-Known Member
Licensed User
Longtime User
New error now when I run "tools/Build server/Build B41 bridge

B4i version: 2.51
Parsing code. (0.11s)
Compiling code. (0.20s)
Building designer app. (0.01s)
Building Xcode project (0.05s)
Sending data to remote compiler. Error
Error: security: SecKeychainItemImport: MAC verification failed during PKCS12 import (wrong password?)


Where wrong password?
 
Upvote 0

tufanv

Expert
Licensed User
Longtime User
New error now when I run "tools/Build server/Build B41 bridge

B4i version: 2.51
Parsing code. (0.11s)
Compiling code. (0.20s)
Building designer app. (0.01s)
Building Xcode project (0.05s)
Sending data to remote compiler. Error
Error: security: SecKeychainItemImport: MAC verification failed during PKCS12 import (wrong password?)


Where wrong password?
tools / private sign key
 
Upvote 0

ciginfo

Well-Known Member
Licensed User
Longtime User
tools / private sign key

OK, I set password in private sign key, and new error

entitlements /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Memobs.app.xcent --timestamp=none /Users/administrator/Documents/UploadedProjects/<user id>/Payload/Memobs.app
A51F9BC2F4DA4C2E2E103AC62DA646BE2C3431D7: no identity found
Command /usr/bin/codesign failed with exit code 1

Error: ** BUILD FAILED **

The following build commands failed:
CodeSign Payload/Memobs.app
(1 failure)
 
Upvote 0

ciginfo

Well-Known Member
Licensed User
Longtime User
Now I changed all my certificates and signing profiles and I no longer get an error message when I run the compilation. But still can not make it work on the device(Iphone usual that worked until present).
When I run the B4i app on my iphone device it flashes and closes immediately.
Have you an explanation to help me?
Why I cannot run the B4i appli on th device?
Thank you
 
Upvote 0

Jean Weets

Member
Licensed User
Longtime User
I had the same problem. My Ipad was not updated to the latest version.
After these system update the problem was solved.
 
Upvote 0

tufanv

Expert
Licensed User
Longtime User
Now I changed all my certificates and signing profiles and I no longer get an error message when I run the compilation. But still can not make it work on the device(Iphone usual that worked until present).
When I run the B4i app on my iphone device it flashes and closes immediately.
Have you an explanation to help me?
Why I cannot run the B4i appli on th device?
Thank you
this happened to me when my certificate expired. other than that i dont know any problem taht may cause it.
 
Upvote 0

ciginfo

Well-Known Member
Licensed User
Longtime User
I recommend you to delete all keys, revoke the certificates and start from scratch.
I have deleted all keys, revoked and created new certificats, but I cannot open and run B4i appli on the device. It flashes and closes immediately.
Should I uninstall and reinstall it on the device, if so, before creating all cetificats or after?
 
Upvote 0

tufanv

Expert
Licensed User
Longtime User
I have deleted all keys, revoked and created new certificats, but I cannot open and run B4i appli on the device. It flashes and closes immediately.
Should I uninstall and reinstall it on the device, if so, before creating all cetificats or after?
after you renew or re create new certificate ,key and provision files , you have to build a new b4i bridge ( not before , after )
 
Upvote 0
Top