Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fastlane command not found #35

Closed
sderungs99 opened this issue Mar 6, 2021 · 4 comments
Closed

fastlane command not found #35

sderungs99 opened this issue Mar 6, 2021 · 4 comments

Comments

@sderungs99
Copy link

Is fastlane not installed anymore on big-sur-xcode-NN? My pipeline is failing when I want to execute a fastlane script with /var/folders/sr/b58hwhtj0jbcf4r09zmg0wlc0000gn/T/scriptsc67cf22746e995af5a25367951baa2ff.sh: line 7: fastlane: command not found

This used to work until recently, so maybe something has changed?

@fkorotkov
Copy link
Contributor

If I recall correctly we removed it because fastlane is updating too frequently and we were not able to keep it up-to-date because the VMs are updated once a new Xcode is released.

@fkorotkov
Copy link
Contributor

Once Xcode 12.5 will be available the new VM will contain pre-installed fastlane.

@sderungs99
Copy link
Author

Is there any best practice for the time being how to use fastlane, while it is not pre-installed? any examples how to install it as part of my own script?

@fkorotkov
Copy link
Contributor

You can run 'brew install fastlane'. Sorry for the inconvenience! It's taking unusually long for Apple to release GA Xcode 12.5. They've already had 3 betas. 😥

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants