iOS Question Communications error

Cenny

Active Member
Licensed User
Longtime User
Hi,

When trying to build the Bridge app I got this error.
Knipsel.PNG
Any idea what is wrong?

Cenny
 

Grant Fullen

Member
Licensed User
Looks like it simply cannot talk to the compiler you're trying to send it to. Are you on a local Mac computer or the hosted builder?

I found out from your other thread you're using a local Mac. Leave the hosted builder options unchecked. You need to make sure both you're computer, phone, and the mac are on the same network. You need to run the local mac builder JAR file on your Mac, which will give you the IP address to paste in those fields.
 
Last edited:
Upvote 0

Cenny

Active Member
Licensed User
Longtime User
I've sent you a temporary id for the hosted builder. Start with it.
Thanks.
I started off again with a complete new installation of B4i.
Saved a new project as 'b4i.example'.
Opened the build server sertings dialog and filled in the user id you gave me
Ticked the box for the remote server an clicked ok.
Got a warning to set the package name.
Changed it in the build configuration dialog to 'anywheresoftware.b4i.example'
Clicked on 'build b4i bridge app'.
Got an error: mobileprovision file not found

So I forget steps.
Can sombody help me and give step by step guidance
Apparently I start off at the wrong place

Thanks
Cenny
 
Upvote 0

Grant Fullen

Member
Licensed User
You'll benefit from starting over with a new project. It really does benefit to read every line and listen to every second of those links he gave you. I had to start over probably twice. The 3rd time I triple checked and honestly made sure I followed each step and it worked like a charm.

It looks like your app ID and bundle ID aren't matching. Once again, go back through the literature provided in those links. They talk about matching your IDs.
 
Upvote 0

Cenny

Active Member
Licensed User
Longtime User
I've sent you a temporary id for the hosted builder. Start with it.
I finally got it working.
But when I pressed the big circle I got an connection error.
I think the user id you gave me has expired
 
Upvote 0

Cenny

Active Member
Licensed User
Longtime User
It hasn't expired. Have you trusted the certificate?

Go to Settings - General - About - Certificate Trust Settings and enable the B4I certificate.
Yes, that solved it.
Thanks again for the help Erel.
 
Upvote 0

Cenny

Active Member
Licensed User
Longtime User
It hasn't expired. Have you trusted the certificate?

Go to Settings - General - About - Certificate Trust Settings and enable the B4I certificate.
Ok, Now I have the bridge app, but when I tried to run the first program, i got again an error.

Knipsel.PNG

What is bundle id and what should it look like?
 
Upvote 0
Top