iOS Question Cannot compile anymore with Local Build Server

Mike1970

Well-Known Member
Licensed User
Longtime User
Hi everyone,
today I was going to update an iOS app, and big surprise... nothing compiles anymore.

My Specs:
  • Xcode 15.4
  • iOS 17.5 Platform
  • B4i Build Server 8.5
  • B4i 8.51
  • MacOS Sonoma 14.5
I had to set #MinVersion to 12 (otherwise it says the range must be 12 - 17.5 and does not compile) in my project and i got this error when compiling
B4X:
The following build commands failed:
    Ld /Users/ab/Documents/B4iBuildServer2/UploadedProjects/<user id>/Payload/TankYou.app/TankYou normal (in target 'B4iProject' from project 'B4iProject')
(1 failure)

I do not know what to do... I also tried to start from a fresh copy of Build Server
Thanks in advance
 
Last edited:

Mike1970

Well-Known Member
Licensed User
Longtime User
This is not a real error.

Please post the full logs (upload as text file).
Ok Erel, here you are all the compiling logs (I set MinVersion back to 9)
 

Attachments

  • B4i_LocalBuilder_Fail.txt
    204.8 KB · Views: 63
Upvote 0

Mike1970

Well-Known Member
Licensed User
Longtime User
Ok I solved the issue by placing the content of the "Firebase301.zip" in the Libs folder of the B4i Server Builder.
 
Upvote 0
Top