You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue seems to be because the flag --disable_runner_upgrades, we can run fastlane swift on CI without the flag.
I think what we need is a document for related the error when running locally without --disable_runner_upgrades and a guide on how to compile FastlaneRunner locally.
On CICD, we don't need the script because FastlaneRunner will be rebuild if we don't include the flag disable_runner_upgrades.
On local machine, I'm still figuring out why it is failing.
I think the only use for the script is for the local user to run it without opening the Xcode project for FastlaneRunner, but that'd be introducing a new point of failure ie: if the script fail because fastlane change its implementation with he script. So in the long run we shouldn't rely on the script. Still, adding it now wouldn't hurt.
Why
FastlaneRunner
which is containing executable commands forFastlane
.FastlaneSwiftRunner
project to have the latestFastlaneRunner
before doing any tasks.Who Benefits?
@nimblehq/ios-chapter
The text was updated successfully, but these errors were encountered: