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
case "startAndReturnError:":// introspection complains about this in Xcode 26 b1 on macOS only, but the selector is still available in the header for macOS.
1131
-
returnTestRuntime.CheckExactXcodeVersion(26,0,1);
1129
+
case"startAndReturnError:":// introspection complains about this in Xcode 26 b1 and b2 only, but the selector is still available in the headers, so only verify the exact Xcode version for now to see if Apple changes their minds in a future beta.
0 commit comments