从官网下载VS2017社区版,直接安装。
一、搭建第一个跨平台项目
按官网教程:https://docs.microsoft.com/zh-cn/xamarin/xamarin-forms/get-started/hello-xamarin-forms/quickstart?tabs=vswin
(一)第一个问题,经过对环境的检查,判断为xcode版本过低导致。
Error MT0091: 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). (MT0091) (FirstFormTest.iOS)
根据官网教程配置各个类时,配置android的PhoneDialer遇到麻烦, 较多依赖包不存在。