iOS Question Local Mac Builder stopped working

Kevin Hartin

Active Member
Licensed User
Longtime User
My previously working Local B4i Builder has stopped working.

It looks to be starting correctly
1750819079138.png

I didn't change any settings and it seems to be responding when I check in a browser
1750818811804.png

The settings in B4i match the setup and I'm using Xcode 16.4

1750818667612.png

But when I try to compile I get the following error reported on the Builder terminal
B41 Builder Error:
2025-06-25 15:39:39.784:WARN:oejh.HttpParser:qtp758529971-55: Illegal character 0x16 in state=START for buffer HeapByteBuffer@601b2270[p=1,l=153,c=8192,r=152]={\x16<<<\x03\x03\x00\x94\x01\x00\x00\x90\x03\x03h[ak\x10\xFc\\...\x06\x03\x00#\x00\x00\x00\x17\x00\x00\xFf\x01\x00\x01\x00>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}

2025-06-25 15:39:39.804:WARN:oejh.HttpParser:qtp758529971-29: Illegal character 0x16 in state=START for buffer HeapByteBuffer@4e68a653[p=1,l=153,c=8192,r=152]={\x16<<<\x03\x03\x00\x94\x01\x00\x00\x90\x03\x03h[ak\x9bLj...\x06\x03\x00#\x00\x00\x00\x17\x00\x00\xFf\x01\x00\x01\x00>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}

I've also tried a couple of apps I know compiled previously.

Any help much appreciated.
Kev
 

aeric

Expert
Licensed User
Longtime User
The IP addresses are different.
Are you using the same network?
 
Upvote 0

Kevin Hartin

Active Member
Licensed User
Longtime User
OK, that 51042 connection works now, but a new issue has arisen.

The builder seems to add a custom keychain called kevin-db (kevin being my username)
1751078003563.png

As there seems to be a reference to my Apple dev account name (Kevin hartin) I assume it has something to do the certificate file.

and then popping up the following window
1751077677153.png

However I cannot provide the correct password (tried them all) and the build fails with a timeout

I have tried deleting this keychain, but it get re-created every time I attempt to compile.

Kev

The server port should be 51042
 

Attachments

  • 1751077776570.png
    1751077776570.png
    57.1 KB · Views: 108
Upvote 0
Top