Xamarin Studio iOS 程序集错误 [英] Xamarin Studio iOS assembly error

查看:25
本文介绍了Xamarin Studio iOS 程序集错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

更新 Xamarin Studio (iOS) 后,它在尝试构建/调试时出现此错误.

After I updated my Xamarin Studio (iOS) it gives me this error when trying to build/debug.

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

I ain't got no clue how to fix this, would appreciate some help

错误:

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"并将其添加到我的使用中.

I am using "AlexTouch.MBProgressHUD.dll" and I have added it to my usings.

推荐答案

monotouch.dll 的公钥令牌在 Xamarin.iOS 6.2 中发生了变化(它不再是 null).

The public key token of monotouch.dll changed in Xamarin.iOS 6.2 (it's not null anymore).

您需要重新编译引用 monotouch.dll 的绑定(或程序集)或使用该工具 (从此线程) 以更新它们.

You'll need to recompile bindings (or assemblies) that refers to monotouch.dll or use the tool (from this thread) to update them.

这篇关于Xamarin Studio iOS 程序集错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆