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

Update Xcode 16 RC (16A242) to Xcode 16 (16A242d) #10629

Closed
3 of 14 tasks
enricenrich opened this issue Sep 16, 2024 · 17 comments
Closed
3 of 14 tasks

Update Xcode 16 RC (16A242) to Xcode 16 (16A242d) #10629

enricenrich opened this issue Sep 16, 2024 · 17 comments

Comments

@enricenrich
Copy link

Tool name

Xcode

Tool license

Propietary with open-source components

Add or update?

  • Add
  • Update

Desired version

16 (16A242d)

Approximate size

No response

Brief description of tool

No response

URL for tool's homepage

No response

Provide a basic test case to validate the tool's functionality.

No response

Platforms where you need the tool

  • Azure DevOps
  • GitHub Actions

Runner images where you need the tool

  • Ubuntu 20.04
  • Ubuntu 22.04
  • Ubuntu 24.04
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • Windows Server 2019
  • Windows Server 2022

Can this tool be installed during the build?

No response

Tool installation time in runtime

No response

Are you willing to submit a PR?

No response

@enricenrich
Copy link
Author

Related to this issue: #10583

Today, Apple released an update for Xcode 16 (16A242d) (ref.), disabling the previous RC version (16A242) from being used to upload builds to App Store Connect.

@sarathrajsrinivasan
Copy link
Contributor

Hi @enricenrich,

We are looking into it. Will keep you posted.

@bgoncal
Copy link

bgoncal commented Sep 17, 2024

Any ETA? Sorry to ask that, I know Apple does not make your life that easy during this period 😅

@erik-bershel
Copy link
Contributor

Hey @enricenrich and @bgoncal!

PR merged. Xcode 16 will be delivered with the next macOS-14 image rollout.

@enricenrich
Copy link
Author

Thanks for the update, @erik-bershel. When will be the next macOS-14 image rollout?

@erik-bershel
Copy link
Contributor

When will be the next macOS-14 image rollout?

ASAP. But no promises here. We understand your need and will try to release it out of the schedule.

@yosi199
Copy link

yosi199 commented Sep 19, 2024

thanks guys, am also looking forward for it

@erik-bershel
Copy link
Contributor

Rollout in progress, changes to track: #10647

@fousa
Copy link

fousa commented Sep 20, 2024

Rollout in progress, changes to track: #10647

Any idea what the throughput time is?

@prasanjitsahoo
Copy link
Contributor

Hi @fousa, VM rollout is done.

@erik-bershel erik-bershel removed the awaiting-deployment Code complete; awaiting deployment and/or deployment in progress label Sep 20, 2024
@BrentMifsud
Copy link

thanks for the quick turnaround. The App Store was throwing errors when trying to submit new builds with the release candidate. Hopefully this resolves it.

@Light407
Copy link

Light407 commented Sep 22, 2024

Updated to XCode 16.0 (also tried 16.1) in our Build Pipeline and getting this error:

xcrun: error: unable to find utility "actool", not a developer tool or in PATH

Any ideas on what this is? Any help really appreciated. 15.4 was working (no code changes). macOS 14 image.

@Light407
Copy link

This seems to work for 16.1 but other versions give actool issue:

sudo xcode-select -switch /Applications/Xcode_16.1_beta_2.app

@erik-bershel
Copy link
Contributor

Hey @Light407!

Try switching Xcode with maxim-lobanov/setup-xcode. I think the issue is hiding in a version switching somehow.

@MatMor
Copy link

MatMor commented Sep 27, 2024

Hey @Light407, we fighted with the same issue. At the end, this worked on our end:
sudo xcode-select -switch /Applications/Xcode_16.app/Contents/Developer

@jwidmer
Copy link

jwidmer commented Oct 4, 2024

In case anyone else finds themselves here wondering why Xcode 16.0 is not found:
We were setting the path for 16.0 in the path as:
sudo xcode-select -switch /Applications/Xcode_16.0.app/Contents/Developer

but for 16.0 the path is just:
sudo xcode-select -switch /Applications/Xcode_16.app/Contents/Developer

Notice Xcode_16.app instead of Xcode_16.0.app

We used:
find /Applications/ -name "Xcode*.app" -type d
to check the path.

@daltonclaybrook
Copy link

@jwidmer FYI, the paths of Xcode installations are documented in the image README files:

https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md#xcode

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

No branches or pull requests