-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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 14 #6199
Comments
Hello @knox. |
Thanks @al-cheb for your quick response. To be honest "next week" seems a bit late to me. I believe many people want to be ready with their apps adapted to or made for iOS 16 when it is released to the public. Which is announced for sep 12th. Apple has just opened up the chance for building and publishing apps with the release of the Xcode RC today. |
@al-cheb I can not emphasize more, that we really need the Xcode 14 RC asap, as we need to submit our apps prior to the iOS 16 release to the public on Monday. |
Considering the importance of this update we will start the rollout today and finish it by tomorrow. |
Thank you @miketimofeev |
We have deployed the new image with the Xcode 14 RC on board, however, it turned out that to continue developing apps for macOS Ventura Xcode 14 beta is required (see comment #6201 (comment)) so we will deploy the new image with both Xcodes early next week. |
@miketimofeev I'm seeing an extremely weird issue that I'm not sure how to explain. On { ... name:Apple Watch SE (44mm) (2nd generation) }
{ ... name:Apple Watch Series 5 (40mm) }
{ ... name:Apple Watch Series 5 (44mm) }
{ ... name:Apple Watch Series 6 (40mm) }
{ ... name:Apple Watch Series 6 (44mm) }
{ ... name:Apple Watch Series 7 (41mm) }
{ ... name:Apple Watch Series 7 (45mm) }
{ ... name:Apple Watch Series 8 (41mm) }
{ ... name:Apple Watch Series 8 (45mm) }
{ ... name:Apple Watch Ultra (49mm) } But when I run { ... name:Apple Watch SE (44mm) (2nd generation) }
{ ... name:Apple Watch Series 5 - 40mm }
{ ... name:Apple Watch Series 5 - 44mm }
{ ... name:Apple Watch Series 6 - 40mm }
{ ... name:Apple Watch Series 6 - 44mm }
{ ... name:Apple Watch Series 7 - 41mm }
{ ... name:Apple Watch Series 7 - 45mm }
{ ... name:Apple Watch Series 8 (41mm) }
{ ... name:Apple Watch Series 8 (45mm) }
{ ... name:Apple Watch Ultra (49mm) } For running tests via I can verify that the > Run maxim-lobanov/setup-xcode@v1
Switching Xcode to version '14.0'...
Xcode is set to 14.0.0 (14A309) And it matches my local version: $ xcodebuild -version
Xcode 14.0
Build version 14A309 The only thing I can think of that would be different is that the method for installing simulators might be automated somehow differently for the runners, but I used the UI. I really hope this made sense -- this is a really weird one... If others that installed watchOS simulators via the UI in Xcode 14.0 confirm their output of |
@bdrelling hi! Yeah, we install watchos and tvos simulators additionally using |
You are refering to #6201 i guess. For me this issue is resolved and i'd close it, not? |
@knox feel free to close it, thank you. |
@miketimofeev maybe you update these tags for clarification. Thank you very much for resolving this so instantly. |
@miketimofeev I won't have access to a clean machine to run that command on for a few days, so I won't be able to test that, but to be clear: if running that command does fix it locally, that still won't fix it for the majority of local Xcode installations where users are not running that command, meaning a local vs. CI mismatch, so GitHub Actions should still be the one to rename those incorrectly named simulators, right? And additionally file a bug with Apple if the names don't match. Also, let me know if you want me to open as a new issue now that this is closed, or anywhere else. Thanks! |
@bdrelling yes, please, open a new issue as it's not clear for now how to rename them so we need to investigate the issue further. |
I’m seeing this locally on my iMac btw. |
@Brett-Best do you install simulators the same way via command-line? |
No, installed the simulators using the Xcode dialog that comes up when you launch Xcode for the first time @miketimofeev - that sounded like the way @bdrelling was doing it too (?) |
@Brett-Best thank you for confirming via the Xcode dialog. I’ve installed locally twice on two machines and saw the same result. One machine had Xcode previously, the other did not. I’ll open a new issue, but wouldn’t mind if others could confirm as well! If it’s somehow just my install, it’ll help to narrow it down so I can submit a Radar. Thanks! |
Well, I previously thought the biggest issue would be that my scripts wouldn't work when running Xcode for UI-installed simulators versus CLI-installed simulators. However, even within GitHub Actions' Opened up a new issue here: #6243 Thanks all! |
any news on Xcode 14.1 image being available ? |
@stancho-stanchev , Xcode 14.1 is available on macOS-12 - https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md#xcode
|
@al-cheb I get this |
What OS have you specified in the workflow? |
I had it as latest macos but changed it to macos-12 and it worked. Not sure why the latest is referencing macOS 11 🙈 Thank you for your help all good now |
We still encounter issue having hermes with this version: see facebook/react-native#35536 , any clue ? |
Tool name
Xcode 14
Tool license
Apple
Add or update?
Desired version
14 Release Candidate
Approximate size
No response
Brief description of tool
An update to the latest version is desired to build and publish for the new iOS 16 which will be released to the public on sep 12th
https://developer.apple.com/news/releases/?id=09072022h
URL for tool's homepage
https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes
Provide a basic test case to validate the tool's functionality.
No response
Platforms where you need the tool
Virtual environments where you need the tool
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
The text was updated successfully, but these errors were encountered: