i downloaded the sdk above and and run dotnet workload install maui
command in mac succesfuly.
After delete bin + obj and clean and rebuild i got this error:
This version of Microsoft.MacCatalyst requires the MacCatalyst 18.2 SDK (shipped with Xcode 16.2). Either upgrade Xcode to get the required header files or set the managed linker behaviour to Link Framework SDKs Only in your project's iOS Build Options > Linker Behavior (to try to avoid the new APIs).
/Users/sasasoftware/.nuget/packages/microsoft.net.illink.tasks/9.0.1/build/Microsoft.NET.ILLink.targets(96,5): error NETSDK1144: Optimizing assemblies for size failed. [/Users/sasasoftware/Desktop/8b82398c-4c31-4ec5-b53f-2b4a2e5c5ba3_archive-net8/MauiApp1/MauiApp1.csproj::TargetFramework=net9.0-maccatalyst]
can you please help?