iOS build failing

I have a ci-cd system using github actions and it has been working up until now. But today I tried to run my all my builds and they all failed something old java version so I updated from 17 → 21 and they all worked again. Well all but IOS this one is still failing with this error

2025-01-01 20:28:49 INFO    Writing the resource graph to json took 0.015000 s 
 ...done!
ERROR: unspecified:-1: 'com.dynamo.bob.CompileExceptionError: 'arm64-ios' could not be built. Sdk version: 'bf4dc66ab5fbbafd4294d32c2797c08b630c0be5'
Log: '<failed reading log>''

'arm64-ios' could not be built. Sdk version: 'bf4dc66ab5fbbafd4294d32c2797c08b630c0be5'
Log: '<failed reading log>'
Cause: java.util.concurrent.TimeoutException: Job job3389267341060920567 did not complete in time (timeout: 1200000 ms)
2025-01-01 20:48:30 SEVERE  'arm64-ios' could not be built. Sdk version: 'bf4dc66ab5fbbafd4294d32c2797c08b630c0be5'
Log: '<failed reading log>' ```

here are my workflows https://github.com/daysgobye/defold_ts_template/tree/main/.github/workflows
the real running version have been updated to java 21 as stated. 

I did try and re-run old jobs and they failed too.
the other thing is that my normal ios build take 1.5 min these are failing at 7min.

Thanks for any help I hope this just fixes its self.

Probably same reason as this: Fetching engine forever - #3 by britzl

2 Likes

awesome seems like it will fix its self ( with a lot of hard work from other people behind it) lol thank you

1 Like