iOS Question Connect failure with B4i bridge

Tom2525

Member
Licensed User
Longtime User
I can't seem to get the B4i Bridge to connect properly. I've read the thread that describes how to do it but still nothing. I get this output:

Building designer app. 0.09
Building Xcode project 0.02
Sending data to remote compiler. Error
Communication error: ConnectFailure

I'm using a MAC and have used Xcode for 18 months.
 

cirollo

Active Member
Licensed User
Longtime User
Ok Erel, I'll try this evening, by the way, for starting the bridge do I have to do:

Run it with: java -jar B4iBuildServer.jar in a terminal window every time? is possibile to start automatically at the os startup (like win)?
 
Upvote 0

cirollo

Active Member
Licensed User
Longtime User
SOLVED! Erel You're Great!

So, here's what I've done...maybe could help someone with the same issue

switch from hosted to local again, with the macbook ip in server settings under the IDE
kill the server on macbook (if is running)
delete key folder and key.txt file under macserver-aa
start the server....the key are recreated as new....
connect and enjoy....

by the way I'm still using the bridge app compile from temporary remote user, didn't try to make a new one....I'll use the local compiler in the w.e. if there are other issues I'll inform you.....thank You!

Ciro
 
Upvote 0
Top