Hello,
For now I have been testing my app from my PC to my MAC using the simulators that comes with XCode. That works fine. But now I want to test it on my iPad.
So I followed the tutorials, and have my mobileprovision file done also.
I installed the B4i certificat on my iPad.
But when I want to build the B4i bridge app from the IDE I get this:
B4i version: 2.80
Parsing code. (0.03s)
Compiling code. (0.09s)
Building designer app. (0.00s)
Building Xcode project (0.05s)
Sending data to remote compiler. Error
Nothing else, so difficult to know what is wrong here with just "Error". Any logs I can look at?
I looked on my Mac and this is what I have in request log:
192.168.1.10 - - [21/Aug/2016:19:07:22 +0000] "POST
https://192.168.1.170:51042/build HTTP/1.1" 200 1 "-" "-"
Thank you