Build failes after updating the stack to Xcode 10.0.x

Bitrise Build Issue Report template

Description of the issue

After updating the stack to Xcode 10.0.x, on macOS 10.13 (High Sierra) our builds started to fail (they are passing with the same stack on local machines).

One of the jobs that fail: https://app.bitrise.io/build/6621ca5803a84e7c

We had to back to the previous stack Xcode 9.4.x, on macOS 10.13 (High Sierra) and we didn’t experience any more issues. Same job that passed with downgraded stack: https://app.bitrise.io/build/1880be4d81819527

Environment:

Where did the issue happen?

https://app.bitrise.io/build/6621ca5803a84e7c Xcode 10.0.x, on macOS 10.13 (High Sierra)

Reproducibility

  • Does a “Rebuild” help? (You can trigger a rebuild from the Build’s page, by clicking the “Rebuild” button in the top right corner of a finished build) : NO
  • Does a rebuild without caches help? (You can remove the Cache:Pull and Cache:Push steps temporarily to not to use the cache, or you can delete all the caches on the Settings tab of the app. : NO
  • Does the issue happen sporadically, or every time? : Every time
  • Does upgrading the build Step to the latest version help? : NO
  • When did the issue start? : 17.09.2018

Hi @bart.ziemba !

Could you please remove the “Recursive touch for Cache” step temporarily?
And try to run again with the Xcode 10 stack?


Maybe the cached derived data between the two stack cause the problem.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.