iOS Question Local Mac build Install Issue

alvinmb

Member
Licensed User
Longtime User
I have a Mac Book Pro, and I have installed the local Mac build. I can test it and it says its installed successfully and the local Mac build gives me a
Build server is ready
https://10.37.129.2:51042
http://10.37.129.2:51041

I'm using Parallel virtual machine with Windows 7 pro, where I have B4J and B4A and B4I installed. My IP address of my virtual machine is 192.1687.0.10, and when I try and connect to the build environment it errors as the IDE can't find it. Am I doing something stupid, or does the local build environment not support using B4I in a virtual machine on the same MAC book?
 

Valtron

Member
Licensed User
Longtime User
I have a Mac Book Pro, and I have installed the local Mac build. I can test it and it says its installed successfully and the local Mac build gives me a
Build server is ready
https://10.37.129.2:51042
http://10.37.129.2:51041

I'm using Parallel virtual machine with Windows 7 pro, where I have B4J and B4A and B4I installed. My IP address of my virtual machine is 192.1687.0.10, and when I try and connect to the build environment it errors as the IDE can't find it. Am I doing something stupid, or does the local build environment not support using B4I in a virtual machine on the same MAC book?
Hi
I had the same problem on my macbook pro with vmware.
To solve it :
Quit parallel
Remove the Mac Builder Server directory
Follow Erel's instructions to install it again
When you start it for the first time it should now assign ip addresses in the 192.168.0.xxx range
Start Parallel again

Val
 
Upvote 0
Top