I have a Xamarin.IOs project. After doing some updates I am getting this error,
This version of Xamarin.iOS requires the iOS 11.4 SDK (shipped with Xcode 9.4). Either upgrade Xcode to get the required header files or set the managed linker behaviour to Link Framework SDKs Only (to try to avoid the new APIs).
How can I set the managed linker behaviour to Link Framework SDKs Only?