diff --git a/tools/common/Frameworks.cs b/tools/common/Frameworks.cs index b73f53206883..b38fb599ccab 100644 --- a/tools/common/Frameworks.cs +++ b/tools/common/Frameworks.cs @@ -341,7 +341,7 @@ public static Frameworks CreateiOSFrameworks (bool is_simulator_build) { "Accounts", "Accounts", 5 }, { "GLKit", "GLKit", 5 }, - { "NewsstandKit", "NewsstandKit", 5 }, + { "NewsstandKit", "NewsstandKit", 5, /* alwaysWeakLink: */ true }, // This framework was completely removed in iOS 17, so make sure existing apps that may link with NewsstandKit don't crash (by linking weakly). Ref: https://github.com/xamarin/xamarin-macios/issues/18606 { "CoreImage", "CoreImage", 5 }, { "CoreBluetooth", "CoreBluetooth", 5 }, { "Twitter", "Twitter", 5 },