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

Version missing #89

Open
BLUSVNDevV opened this issue Nov 12, 2024 · 7 comments
Open

Version missing #89

BLUSVNDevV opened this issue Nov 12, 2024 · 7 comments

Comments

@BLUSVNDevV
Copy link

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

@nolanw
Copy link

nolanw commented Nov 13, 2024

GitHub has removed Xcode 16 from its macOS 14 runners, could that be it? See actions/runner-images#10703 for more info.

@marco-kretz
Copy link

Same problem here. Worked fine yesterday. Now I can't build my App anymore because I need the latest XCode :(

@solidi
Copy link

solidi commented Nov 13, 2024

Same here, but I depend on 14.3.1 - it was present yesterday and has disappeared today.

@marco-kretz
Copy link

Just gave it another try and it seems to be working fine again. At least for me.

@maxim-lobanov
Copy link
Owner

Hi 👋 ,
This action doesn't install Xcode on-flight and only switches between pre-installed Xcode versions. It might need to create an issue in https://github.com/actions/runner-images if some Xcode is not installed on image.

@macayer
Copy link

macayer commented Nov 13, 2024

Found my problem deep on the internet.
Github is rolling macos-latest from 14 to 15 from november to december, so sometime it works, sometime it is not.
Set runs-on: macos-15 will fix your problem with xcode 16.0.

@MagFer
Copy link

MagFer commented Nov 14, 2024

Found my problem deep on the internet. Github is rolling macos-latest from 14 to 15 from november to december, so sometime it works, sometime it is not. Set runs-on: macos-15 will fix your problem with xcode 16.0.

@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.

facebook-github-bot pushed a commit to facebook/flow that referenced this issue Nov 14, 2024
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
facebook-github-bot pushed a commit to facebook/flow that referenced this issue Nov 14, 2024
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
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

7 participants