The Xcode 14.1 RC image has been released and can be selected as follows:
macos:
xcode: 14.1.0
This image replaces the Xcode 14.1 Beta 3 image 
VM Image Info 
Xcode 14.1 Build version 14B47 is installed at /Applications/Xcode-14.1.app
The full manifest of installed software can be found here
Dear CircleCI team,
we notice that Xcode14.1.0 RC is no longer working with macos.x86.medium.gen2 resource_class
Jobs are stuck at the “Preparing environment” step.
Can you please fix this? cc: @bytesguy
Kind regards,
Manish
macos:
xcode: 14.1.0
resource_class: macos.x86.medium.gen2 # after removing this line, it works
Hi, thanks for letting us know, I alerted the infra team about this issue and they are currently looking into it. medium and large seem to be unaffected, so if you are able to revert to these resources classes temporarily this should unblock you. Thanks!
Hi, just to follow up on this, can you give this another try? The issue with Xcode 14.1 RC on gen2 resources was resolved by our infra team on Friday. Thanks!
Thank you, Adam!
Confirming that resource_class: macos.x86.medium.gen2 is working now with Xcode14.1
Cheers! 