iOS Question Local Builder Error extracting project

yaldineh

Member
Licensed User
Longtime User
I decided to get a new 2020 Apple MacBook Laptop to do the local build instead of the hosted build. I am getting an error "Error Error extracting project.". I haven't used a Mac for a long long time. I see the Project.zip file on the Mac computer under Uploaded Projects, but the B4iProject folder is empty. I installed RAR Extractor, but it didn't make a difference. Am I missing a step or something?
 

yaldineh

Member
Licensed User
Longtime User
Yes, I did install Xcode12, it will not let me proceed with command
"B4iBuildserver % java -jar B4iBuildServer.jar" without Xcode 12 is running.
When I try to unzip the Project.zip, it says "unsupported format"
I don't know if it made a difference, I installed Xcode 15 first. I thought the instructions were old and it wouldn't work with Xcode 15. I installed Xcode 12 after I installed the Xcode 15.
 

Attachments

  • b4j-2021_08_15.zip
    248 bytes · Views: 85
  • builder Terminal.txt
    2.4 KB · Views: 103
Last edited:
Upvote 0

yaldineh

Member
Licensed User
Longtime User
I am not sure how I ended up with the older version. That worked. Thank you!
The next issue as I see from other threads is the Keychain password. Did you find out what causes it or what to do?
 
Upvote 0

yaldineh

Member
Licensed User
Longtime User
The terminal command below stopped it from asking for a Keychain password

sudo java -jar B4iBuildServer.jar
 
Upvote 0
Top