Xamarin.IOs gives an error “either upgrade Xcode or set the managed linker behaviour to Link Framework SDKs Only”

房东的猫 提交于 2020-06-11 05:06:53

问题


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?


回答1:


Right click on the IOs project and select Properties.

In the Properties Window,

Under iOS Build section, select Link Framework SDKs Only for Linker Behavior:.

That'll set the managed linker behaviour to Link Framework SDKs Only.



来源:https://stackoverflow.com/questions/51586943/xamarin-ios-gives-an-error-either-upgrade-xcode-or-set-the-managed-linker-behav

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!