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
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