After updating mono mdk, Xamarin.Mac and XCode to recent versions, I've released an app to Appstore, but it was rejected with errors
Performance - 2.1
Your app links against the GameKit framework but does not appear to include Game Center functionality.
Performance - 2.1
Your app links against the MapKit framework but does not appear to include Maps functionality.
Performance - 2.3
Your app does not achieve the core functionality described in your marketing materials or release notes.
Specifically, App is Linking against GameController framework without its functionality.
I have never used GameKit and MapKit in my app. As I understand it is related to the linker behavior, so I go to project options to check it, but I see that 'linker behavior' disabled with 'Don't Link' value. How can I change it to 'Sdk Only' ?