iOS Question (local builder) Trying to connect to device fails

wl

Well-Known Member
Licensed User
Longtime User
Hi,

I'm using a local MAC for building my app.
Before I set all certificates I could connect to the B4iBuildserver.
Bt now I created the necessary certficates and provision profile and neither the designer nor the simulator will show up. B4I just keeps "trying to connect'.

- my IP and port of the B4IBuildserver is OK
- the B4iBuildserver is running.

Still, my MAC creates a folder "UploadedProjects" so the code was indded sent to my MAC.

When I start the application my MAC would show "codesign wants to access key "B4i" in your keychain". I meanwhile deleted all keys on my MAC.

What would be wrong ?

Thanks
 
Last edited:

wl

Well-Known Member
Licensed User
Longtime User
Found out (after hours of trying, retrying, ...): probable caused by the fact that the Apple root certificate was not on the iMac. It should be downloaded (link on developer.apple.com) and put in the SYSTEM keystore on the Mac.

Also: It seems I was confused because there are 2 IP's involved. One of the local MAC and the other one (which I forgot) the IP of the device to run the application on using the B4IBridge app.
 
Upvote 0
Top