Skip to content
Discussion options

You must be logged in to vote

I've also been running into these over the past year or so of fastlane releases. For me, I was running into this while running scan, and looking at the fastlane core project model, it looks like fastlane will call xcodebuild -showBuildSettings when it needs a value that it doesn't have (via normal lane arguments). In particular, for my case I learned the absence of 'app_name', 'device', and 'deployment_target_version' arguments as well as the presence of the 'destination' argument can all implicitly trigger the show build settings command. Earlier this year I added those arguments (removing 'destination') and it removed the call for a few releases.

Just today I looked into why fastlane st…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@yakimant
Comment options

Answer selected by yakimant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants