c# - Xamarin iOS 错误 : Can not resolve reference

标签 c# ios xamarin xamarin.ios

如果我在 VS 2013 中设置 Xamarin.Forms 解决方案并尝试运行 iOS 版本,它会因以下错误而失败:

Error 2 Can not resolve reference: /Users/Koray/Library/Caches/Xamarin/mtbs/builds/WalkiOS/aae389efbebffd5cd3625dcf99aad02c/C:/Program Files (x86)/Reference Assemblies/Microsoft/Framework/Xamarin.iOS/v1.0/Facades/System.Collections.Concurrent.dll Walk.iOS

适用于 Visual Studio 的 Xamarin Build Host 已设置,几周前运行良好。 我找不到任何东西来修复错误。

最佳答案

解决方案是将两台机器上的 Xamarin 更新为相同版本。如果您这样做,它应该可以正常工作。

关于c# - Xamarin iOS 错误 : Can not resolve reference,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31363107/

相关文章:

c# - 有没有办法让我的 switch/case 进入 C# 中的下一个 case?

objective-c - iOS:如何正确访问 UITableViewCell 的 contentView 上的自定义标签?

xamarin - Java.lang.NoClassDefFoundError使用Android支持设计NavigationView时出现问题

C# 反射 : What is the difference between FieldInfo. SetValue() 和 FieldInfo.SetValueDirect()?

c# - 遍历 XML 文档

javascript - 如何从 PhoneGap 中的设备摄像头获取实时视频帧

iOS 解析推送通知推送从解析网站发送 0

ios - Xamarin 上的 NSItemProviderReading

c# - 截取图像的一部分

c# - 为什么编译器在传递继承类型时会给出不明确的调用错误?