Visual Studio 对于 Mac。警告。 Xcode 当前在首选项中选择了 10.0,它与正在使用的 Xamarin.ios 版本不兼容
Visual Studio for Mac. Warning. Xcode 10.0 is currently selected in preferences and is incompatible with the version of Xamarin.ios being used
警告:"Xcode 10.0 is currently selected in Preferences and is incompatible with the version of Xamarin.ios being used. This may cause unexpected errors or warnings while building and deploying the project. To resolve this, go to Preferences and select a version of Xcode that is at least as new as Xcode 10.1".
请帮帮我。我在哪里可以更改版本?
我有 Visual Studio Mac 7.7(内部版本 1868)。我在
下找到了一个设置
首选项 -> 项目 -> SDK 位置 -> Apple
适用于 Apple SDK。
(起初我没有意识到我必须打开SDK Locations项才能看到它下面的Apple子项。)
我的 Apple SDK 条目设置为 /Applications/XCode.app
看起来 Visual Studio 从 XCode.app 文件的属性中推导出 XCode 版本号。
(我将 XCode 更新到版本 10.1 后,我必须重新启动 Visual Studio 才能使更改生效。)
警告:"Xcode 10.0 is currently selected in Preferences and is incompatible with the version of Xamarin.ios being used. This may cause unexpected errors or warnings while building and deploying the project. To resolve this, go to Preferences and select a version of Xcode that is at least as new as Xcode 10.1".
请帮帮我。我在哪里可以更改版本?
我有 Visual Studio Mac 7.7(内部版本 1868)。我在
下找到了一个设置首选项 -> 项目 -> SDK 位置 -> Apple
适用于 Apple SDK。
(起初我没有意识到我必须打开SDK Locations项才能看到它下面的Apple子项。)
我的 Apple SDK 条目设置为 /Applications/XCode.app
看起来 Visual Studio 从 XCode.app 文件的属性中推导出 XCode 版本号。
(我将 XCode 更新到版本 10.1 后,我必须重新启动 Visual Studio 才能使更改生效。)