问题描述
我必须使用旧版本的 Xamarin.iOS
(10.12) 因为我们的 Mac 构建服务器运行在旧版本上,问题是我不允许更新 Xamarin.iOS
框架在 Mac 上.
I have to use an older version of Xamarin.iOS
(10.12) because our Mac building server runs on an older version, the problem is that I am not allowed to update the Xamarin.iOS
framework on the Mac.
我找不到 Visual Studio 2017
和 Xamarin 的旧安装程序.还有一篇关于 Xamarin Updater
的博客文章,但该扩展不再可用.
I wasn't able to find older installers for Visual Studio 2017
nor Xamarin. There was also a blog post about the Xamarin Updater
but the extension is no longer available.
是否可以降级 Visual Studio 2017
和/或其组件,如果是,如何降级?
Is it possible to downgrade Visual Studio 2017
and/or its components and if yes how?
推荐答案
Visual Studio for Windows
在 Visual Studio 中将 Xamarin.iOS 降级到 10.12 版本意味着您需要将 VS 降级到 15.3.
您需要联系支持团队获取下载链接,因为他们只提供 version N-1
.
我只留下链接,它们可能对某人有用.
对于 Xamarin Studio:
可以从这里下载 Xamarin.iOS:
I'll just leave the links, they may be useful to someone.
For Xamarin Studio:
It's possible, either downloading Xamarin.iOS from here:
https://dl.xamarin.com/MonoTouch/Mac/xamarin.ios-10.12.0.18.pkg
或直接从包含每个版本的存储库:
or directly from the repository, which contains every version:
https://github.com/xamarin/xamarin-macios/releases
这篇关于在 Visual Studio 2017 中降级 Xamarin.iOS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!