-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: support Xcode 15 #234
Conversation
I did some research and found the sim runtimes are now installed as "disk images" in I have verified that According to https://developer.apple.com/support/xcode/, Xcode 15 supports iOS 17, so we technically don't have to worry about mixing the older sim runtimes with the output from simctl. FYI, if you unmount the sim runtime image, Xcode does not recover well and I had to delete and redownload/reinstall the runtime. Boo. While I'm fine with switching to simctl to get the runtimes, I think Stay tuned, will test as soon as I can. |
Very thoughtful feedback, as usual, thank you Chris! Do you think, for Titanium right now, we should go with the solution provided in this branch? |
@cb1kenobi What do we do with this one? :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TESTED and APPROVED! Thank you!
Bah, did this PR introduce a regression? |
yes, users that currently use node 14 won't be able to build apps with 12.2.0 for iOS. |
No description provided.