feat: support Xcode 27#260
Merged
Merged
Conversation
Contributor
ah! That's why it was always empty. I've installed Xcode27 yesterday so I'll give this a try later |
Contributor
|
It does find a simulator and when I delete them all it looks like it is automatically creating an iPhone Air simulator. It will also install and launch an app but then crash. Not part of this PR, just mention it here: |
m1ga
approved these changes
Jun 12, 2026
Contributor
Author
|
Yep, the crash is because scene-related changes on the titanium-sdk side. Waiting for @cb1kenobi's approval as well, then we can release the new ioslib already :) |
Member
|
Reviewing... need to free up more disk space :) |
cb1kenobi
approved these changes
Jun 16, 2026
cb1kenobi
left a comment
Member
There was a problem hiding this comment.
This seems to do the trick! Nice!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is adding changes to properly support Xcode 27 / iOS 27 / watchOS 27:
To test:
ti build -p ios=> It should auto-detect the simulators, prompt for the new "Device Hub" app if no sims are configured and launch the Device Hub app once they are.