After updating mono mdk, xamarin.mac, xamarin studio and xcode to the latest version, Apple has rejected my app with issues
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.
But I never use GameKit, MapKit in my code. As I understand it is related to the linker behavior, so I decided to check it in the project options, and I discovered that 'linker behavior' option is disabled with 'Don't link' value. How can I change it to 'Sdk only' value? Or how can I fix this issue ? Thanks.