-
Notifications
You must be signed in to change notification settings - Fork 243
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
[!] Cannot find an installed Xcode satisfying '13.0' using MacOS 11.7 #469
Comments
Hi 👋 Have you tried running |
Hello, Thanks for your reply. I added a script under my fastfile to update xcode verison like following : desc "Install/Update Xcode" But I'm facing new error : I checked : https://github.com/fastlane/fastlane/tree/master/credentials_manager , and I have added, FASTLANE_USER |
@bouthainaghachem idk why the env vars aren't working, but if you're logging in using email/pass you'll certainly need 2FA codes which then it will certainly not work that way. But looks like you're attempting to use this all in CI, is there any particular reason for that? Wouldn't simply running this in a one-off case, manually, using If not, and you really need to run this continuously on CI, I would recommend checking out this WIP document: https://github.com/xcpretty/xcode-install/blob/master/MIGRATION.md alongside the new action listed here: fastlane/fastlane#20672 (follow the instructions in the PR description to know how to install it 🙏 ) Hopefully that should resolve your issues 🙏 |
@rogerluan I'm running this on CI because I don't have Gemfile configured under the project and we don't use .yaml files. We use the graphical methode under Azure pipelines to configure the CI. |
Hello,
I'm facing issues with new image version runner updated two days ago under MacOS 11.7 (ref: https://github.com/actions/runner-images/blame/main/images/macos/macos-11-Readme.md)
It's mentionned under the documentation that MacOS 11 still supporting XCode 13.0 version.
I'm setting under my fastlane file the xcversion(version: "13.0")
but I'm getting the following error : [!] Cannot find an installed Xcode satisfying '13.0' :
+------+----------------------------+-------------+
| fastlane summary |
+------+----------------------------+-------------+
| Step | Action | Time (in s) |
+------+----------------------------+-------------+
| 1 | Verifying fastlane version | 0 |
| 2 | default_platform | 0 |
| 💥 | xcversion | 0 |
+------+----------------------------+-------------+
[16:24:26]: fastlane finished with errors
[!] Cannot find an installed Xcode satisfying '13.0'
##[error]Bash exited with code '1'.
Finishing: Build app
The text was updated successfully, but these errors were encountered: