iOS Question Error while building

gmoriwaki

Member
Licensed User
I am getting the following error: No matter what I try to compile I am getting this error... Any ideas?

1596652561340.png
 
Last edited:

Semen Matusovskiy

Well-Known Member
Licensed User
The path to UploadedProjects looks strange, because UploadedProjects should be a subfolder of B4iBuildServer.
Did you move something ?
 
Upvote 0

gmoriwaki

Member
Licensed User
No I did not. Where would I set the directory for that? I looked at my drive and that path does not exist. I have a feeling something got corrupted...
 
Last edited:
Upvote 0

Semen Matusovskiy

Well-Known Member
Licensed User
I assume that you want to use Documents subfolder.

1) Place B4iBuildServer.zip into Documents and click it. This creates a folder B4iBuildServer. Move B4iBuildServer.zip to Recycle Bin.
2) Close Terminal, run it again and type:
cd /Users/administrator/Documents/B4iBuildServer
java -jar B4iBuildServer.jar

B4iBuildServer.jar will create additional subfolders and files, where they should be.
 
Upvote 0

gmoriwaki

Member
Licensed User
Thanks Semen,

What I ended up doing was an uninstall/Install of B4i and that worked. All my settings were kept including the configure paths....
 
Upvote 0
Top