I’m having the following error happening randomly with around 60-70% of the builds, starting from today:
[13:57:59]: fastlane finished with errors
[!] xcodebuild -showBuildSettings timed-out after 10 seconds and 3 retries. You can override the timeout value with the environment variable FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT, and the number of retries with the environment variable FASTLANE_XCODEBUILD_SETTINGS_RETRIES
We have been using bitrise for the last 6 months without any problems (like this).
I set the FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT env variable to 600, but it seems like it’s ignored.
From our side, on the Xcode 8.3 stack you use there was no update since Xcode 8.3.3 so the most likely cause is a newer fastlane version or something in your code.
It seems you have the fastlane step on “update fastlane to the latest version”. This can be turned off if you want to. Related discussion:
Actually it might be just a new option?.. Not sure, it’s a bit confusing - definitely worth to ask the fastlane guys, I have no idea whether this is a new variable in addition to the old one (in which case you should keep the current env var too and just add this one as well) or they replaced the old one with this one…