-
Notifications
You must be signed in to change notification settings - Fork 27
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
Version missing #89
Comments
GitHub has removed Xcode 16 from its macOS 14 runners, could that be it? See actions/runner-images#10703 for more info. |
Same problem here. Worked fine yesterday. Now I can't build my App anymore because I need the latest XCode :( |
Same here, but I depend on |
Just gave it another try and it seems to be working fine again. At least for me. |
Hi 👋 , |
Found my problem deep on the internet. |
@macayer, thanks for your observation. The Xcode 16.1 application is gone indeed from GitHub's macOS 14.x runner image. However, we can find it on GitHub's macOS 15.x. This is not ideal for some development teams, since not everyone uses the latest macOS version locally. |
Summary: Following advice in maxim-lobanov/setup-xcode#89 Pull Request resolved: #9225 Reviewed By: gkz Differential Revision: D65954670 Pulled By: SamChou19815 fbshipit-source-id: b16ef04ae9c60082529831b8afcf3fd43d34cdf3
Summary: Following advice in maxim-lobanov/setup-xcode#89 Pull Request resolved: #9225 Reviewed By: gkz Differential Revision: D65954670 Pulled By: SamChou19815 fbshipit-source-id: f0e320df095bb5f41d6e7bd006a52b324edcdbd2
Run maxim-lobanov/setup-xcode@v1
with:
xcode-version: 16.0
Switching Xcode to version '16.0'...
Available versions:
┌─────────┬──────────┬─────────────┬─────────────┬────────┬──────────────────────────────────┐
│ (index) │ version │ buildNumber │ releaseType │ stable │ path │
├─────────┼──────────┼─────────────┼─────────────┼────────┼──────────────────────────────────┤
│ 0 │ '15.4.0' │ '15F31d' │ 'GM' │ true │ '/Applications/Xcode_15.4.app' │
│ 1 │ '15.3.0' │ '15E04a' │ 'GM' │ true │ '/Applications/Xcode_15.app' │
│ 2 │ '15.2.0' │ '15C500b' │ 'GM' │ true │ '/Applications/Xcode_15.2.app' │
│ 3 │ '15.1.0' │ '15C65' │ 'GM' │ true │ '/Applications/Xcode_15.1.app' │
│ 4 │ '15.0.1' │ '15A507' │ 'GM' │ true │ '/Applications/Xcode_15.0.1.app' │
Exepected behavior get 16.0 version.
It was working till yesterday
The text was updated successfully, but these errors were encountered: