You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix use of XCTest minimum deployment target (#6505)
If the computed XCTest minimum deployment target is lower than the oldest supported version of a platform, we should not use it as the basis for deployment targets of test targets.
This issue was actually also present in the tests which were written to expect the incorrect behavior of always preferring the XCTest minimum deployment target.
rdar://108462045
(cherry picked from commit 8af71a9)
0 commit comments