diff --git a/tools/common/Frameworks.cs b/tools/common/Frameworks.cs index b38fb599ccab..5c5b7d18d616 100644 --- a/tools/common/Frameworks.cs +++ b/tools/common/Frameworks.cs @@ -790,6 +790,12 @@ static bool FilterFrameworks (Application app, Framework framework) return false; } break; + case "NewsstandKit": + if (Driver.XcodeVersion.Major >= 15) { + Driver.Log (3, "Not linking with the framework {0} because it's been removed from Xcode 15+.", framework.Name); + return false; + } + break; } break; case ApplePlatform.TVOS: