Skip to content

fix runtime not appearing when multiple runtimes exist for same build#523

Merged
MattKiazyk merged 1 commit intomainfrom
fix-missing-runtime
Mar 8, 2024
Merged

fix runtime not appearing when multiple runtimes exist for same build#523
MattKiazyk merged 1 commit intomainfrom
fix-missing-runtime

Conversation

@MattKiazyk
Copy link
Contributor

Fixes issue where iOS 17.4 runtime was not showing on Xcode 15.3

This was because we were grabbing only the first option (naïvely thinking that there would be a singular platform per release) and instead set the sdkToSimulatorMappings to an array.

This allows 17.4 to show properly.

@MattKiazyk MattKiazyk added the bugfix Fixes a bug label Mar 8, 2024
@MattKiazyk MattKiazyk merged commit 238ac71 into main Mar 8, 2024
@MattKiazyk MattKiazyk deleted the fix-missing-runtime branch March 8, 2024 20:46
@rtharston
Copy link

Wow, nice timing on this!
I was going to report this but then I decided to fork and try and fix it myself instead of just logging an issue. Then I built locally and the problem was gone. Lo and behold, you merged this right before I forked! 😁

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

Labels

bugfix Fixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants