iOS Question b4i 3.01 Build error

luke2012

Well-Known Member
Licensed User
Longtime User
I'm using b4i 3.01 standard and local Mac build server but I got the following error on Build B4i-bridge app (see the full log within the attached file):

fatal error: 'iDesigner.h' file not found (but I see the iDesigner.h file within folder Libs)

I'm starting the server using this cmd: "java -jar /Users/<user>/Documents/b4i/B4iBuildServer.jar"

Note that on hosted build server it works.
 

Attachments

  • build_error.txt
    6.3 KB · Views: 212
Last edited:

luke2012

Well-Known Member
Licensed User
Longtime User
SOLVED with this commands:

cd /Users/<user>/Documents/b4i
java -jar B4iBuildServer.jar
 
Upvote 0
Top