【发布时间】:2020-04-15 19:46:29
【问题描述】:
我正在使用与 2011 年末 Macbook Pro 配对的 PC 上的 Visual Studio 2019 开发 xamarin.ios 应用程序。今天不小心把 Visual Studio 更新到了Version 16.5.4。其中将 xamrin.ios 更新为 Version 13.16.0.13(b75deaf)。之后我无法运行应用程序。视觉工作室告诉将 Xcode 更新到 11.4,即当前 11.3。为了做到这一点,我需要将操作系统更新为 catelina。旧 mac 未提供该操作系统(我也不想升级)。
除了这个警告之外,VS 也会抛出这些错误。
Native linking failed. Please review the build log and the user flags provided to gcc: -ObjC -lc++ -lsqlite3 -lz
Native linking failed, undefined symbol: ___darwin_check_fd_set_overflow. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
linker command failed with exit code 1 (use -v to see invocation)
如何在不更新 Xcode 的情况下解决此问题。是否可以降级 VS?非常感谢任何帮助。
【问题讨论】:
标签: xcode xamarin xamarin.forms