iOS Question local server

moore_it

Well-Known Member
Licensed User
Longtime User
hi all,

why when i started my local server, if i using safari on my mac i connect normally with it, when i try on my iphone i don't be able to connect to it ?

ideas ?
 

JonPM

Well-Known Member
Licensed User
Longtime User
Are you talking about the Local Mac Builder? Your iPhone should connect via B4i Bridge to your Windows computer, not to the mac. Your Windows computer should connect to your Mac's build server.
 
Upvote 0

moore_it

Well-Known Member
Licensed User
Longtime User
hi JonPM,
ok but how i do for download b4i bridge if my iphone isn't connected to my server ?
I need to connect via Safari at my server ip for download b4i bridge ... it's right ?
 
Upvote 0

moore_it

Well-Known Member
Licensed User
Longtime User
Ok,
start my local server and get back an ip es. 10.37.128.2:51041 ...
open browser (Safari) on the mac and digit the ip, i see the initial page of the server

when i try on my iphone (connected via usb at the mac) whit safari the server not responding and i not be able to download b4ibridge
 
Upvote 0

moore_it

Well-Known Member
Licensed User
Longtime User
I'm using parallel 11 and win 10 for running b4i and compiling my source and all work great (server work and with a double click on .ipa created on local server on my mac working in my iphone perfectly), but with at my iphone it's impossible to connect at mac local server and i'm not be able to debugging my programs.
 
Upvote 0

moore_it

Well-Known Member
Licensed User
Longtime User
Mac-Pro-di-Toni:~ Toni$ ifconfig
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
options=3<RXCSUM,TXCSUM>
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff000000
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
nd6 options=1<PERFORMNUD>
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
stf0: flags=0<> mtu 1280
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=b<RXCSUM,TXCSUM,VLAN_HWTAGGING>
ether e8:06:88:cc:8d:96
nd6 options=1<PERFORMNUD>
media: autoselect (<unknown type>)
status: inactive
en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=b<RXCSUM,TXCSUM,VLAN_HWTAGGING>
ether e8:06:88:cc:1c:35
nd6 options=1<PERFORMNUD>
media: autoselect (<unknown type>)
status: inactive
en2: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 00:26:08:fe:b1:39
inet6 fe80::226:8ff:fefe:b139%en2 prefixlen 64 scopeid 0x6
inet 192.168.0.7 netmask 0xffffff00 broadcast 192.168.0.255
nd6 options=1<PERFORMNUD>
media: autoselect
status: active
fw0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 4078
lladdr 78:ca:39:ff:fe:11:f7:e2
nd6 options=1<PERFORMNUD>
media: autoselect <full-duplex>
status: inactive
p2p0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2304
ether 02:26:08:fe:b1:39
media: autoselect
status: inactive
vnic0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=3<RXCSUM,TXCSUM>
ether 00:1c:42:00:00:08
inet 10.211.55.2 netmask 0xffffff00 broadcast 10.211.55.255
media: autoselect
status: active
vnic1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=3<RXCSUM,TXCSUM>
ether 00:1c:42:00:00:09
inet 10.37.129.2 netmask 0xffffff00 broadcast 10.37.129.255
media: autoselect
status: active
 
Upvote 0

moore_it

Well-Known Member
Licensed User
Longtime User
Build server is ready
https://10.37.129.2:51042
http://10.37.129.2:51041
Build server version: 2.3

Ok server working very well
run b4ibridge

on server
Adding user to keychain: xxxxxx
04:51:38| Compilation time: 14121, xxxxxx , queue: 0, success: true

on b4i
B4i version: 2.31
Parsing code. (0.17s)
Compiling code. (0.41s)
Building designer app. (0.03s)
Building Xcode project (0.09s)
Sending data to remote compiler. (18.48s)
Open mobile Safari and navigate to: 10.37.129.2:51041/xxxxxx
Then click on the Install button.
Troubleshooting:
1. Make sure that B4I certificate is installed (www.b4x.com/ca.pem).
2. Make sure that the provisioning file includes the target device UDID.
3. Check the link for typos.
Completed successfully.

but is impossible to connect at 10.37.129.2:51041/xxxxxx ip with my iphone

ideas ??
 
Upvote 0
Top