-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
xcode_install fails with "Could not find Xcode with version '12.1 GM seed' #17509
Comments
That's an issue with xcode-install, unfortunately. You can follow it here: xcpretty/xcode-install#414 I'll close this issue as it's not related to fastlane. |
Actually, my bad. The issue I linked is similar but not the same as what you're seeing. Looks like there's no Hope this helps, let me know! |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Friendly reminder: contributions are always welcome! Check out CONTRIBUTING.md for more information on how to help with |
This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem 👍 |
New Issue Checklist
Issue Description
When using Xcode_install function in the Fastfile, after installation, the script ends with an error "Could not find Xcode with version '12.1 GM seed'�.
xcode-select has been fired on this installation, but when you try to use Apple Git or any other tool, that tool fails with error:
xcrun: error: active developer path ("/Applications/Xcode-12.1.GM.seed.app/Contents/Developer") does not exist
This also happened with '12.0', we had to manually install it. Never an issue before 12. Some regex failing with 12?
Command executed
In fastfile, added:
xcode_install version: '12.1 GM seed'
Complete output when running fastlane, including the stack trace and command used
Environment
The text was updated successfully, but these errors were encountered: