Skip to content

Commit f02bb0a

Browse files
authored
[introspection] Apple fixed FB18122430 in Xcode 26.1. (#24070)
1 parent fd39005 commit f02bb0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/introspection/ApiSelectorTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,6 +1148,8 @@ protected virtual bool Skip (Type type, string selectorName)
11481148
case "CPListImageRowItem":
11491149
switch (selectorName) {
11501150
case "imageTitles":
1151+
if (TestRuntime.CheckXcodeVersion (26, 1))
1152+
return false; // fixed in Xcode 26.1, no longer need the skip
11511153
return TestRuntime.CheckXcodeVersion (26, 0); // https://github.com/rolfbjarne/apple-feedback/tree/main/FB18122430
11521154
}
11531155
break;

0 commit comments

Comments
 (0)