Skip to content

4.7.4

Compare
Choose a tag to compare
@lpusok lpusok released this 01 Aug 11:37
· 7 commits to master since this release
ab4b14a

What's Changed

Check for iOS Simulator <-> Xcode compatibility when using latest device for destination.

When Xcode 14.3 and Xcode 15 (beta) is present on the same machine, requiring the latest (this is the default) version of the Simulator runtime, will find iOS 17 (beta). This is undesirable as the beta Simulator can be unstable or at least not officially supported by earlier Xcodes.

In practice Xcode still works with newer runtimes, at least across the same major version (despite this table: https://developer.apple.com/support/xcode/). When there are different major versions, there is some risk of not working right.

Full Changelog: 4.7.3...4.7.4