【问题标题】:Xamarin Studio iOS assembly errorXamarin Studio iOS 程序集错误
【发布时间】:2013-05-12 10:18:13
【问题描述】:

在我更新我的 Xamarin Studio (iOS) 后,它在尝试构建/调试时给了我这个错误。

我不知道如何解决这个问题,希望得到一些帮助

错误:

The type 'MonoTouch.UIKit.UIView' is defined in an assembly that is not referenced. 
Consider adding a reference to assembly 'monotouch, Version=0.0.0.0, 
Culture=neutral, PublicKeyToken=null'

我正在使用“AlexTouch.MBProgressHUD.dll”并将其添加到我的使用中。

【问题讨论】:

  • 您的项目中是否引用了 MonoTouch.dll?

标签: c# ios reference xamarin.ios .net-assembly


【解决方案1】:

monotouch.dll 的公钥令牌在 Xamarin.iOS 6.2 中更改(不再是 null)。

您需要重新编译引用 monotouch.dll 的绑定(或程序集)或使用工具 (from this thread) 更新它们。

【讨论】:

猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2021-05-13
  • 1970-01-01
  • 1970-01-01
  • 2017-09-19
  • 1970-01-01
  • 2016-06-25
  • 1970-01-01
相关资源
最近更新 更多