diff --git a/tests/introspection/ApiSelectorTest.cs b/tests/introspection/ApiSelectorTest.cs index fbc4b5db7c64..a1fd44cf3496 100644 --- a/tests/introspection/ApiSelectorTest.cs +++ b/tests/introspection/ApiSelectorTest.cs @@ -1148,6 +1148,8 @@ protected virtual bool Skip (Type type, string selectorName) case "CPListImageRowItem": switch (selectorName) { case "imageTitles": + if (TestRuntime.CheckXcodeVersion (26, 1)) + return false; // fixed in Xcode 26.1, no longer need the skip return TestRuntime.CheckXcodeVersion (26, 0); // https://github.com/rolfbjarne/apple-feedback/tree/main/FB18122430 } break;