简体   繁体   English

Xamarin Studio iOS程序集错误

[英]Xamarin Studio iOS assembly error

After I updated my Xamarin Studio (iOS) it gives me this error when trying to build/debug. 在我更新了我的Xamarin Studio(iOS)后,它在尝试构建/调试时给了我这个错误。

I ain't got no clue how to fix this, would appreciate some help 我不知道如何解决这个问题,会感激一些帮助

Error: 错误:

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'

I am using "AlexTouch.MBProgressHUD.dll" and I have added it to my usings. 我正在使用“AlexTouch.MBProgressHUD.dll”,我已将其添加到我的使用中。

The public key token of monotouch.dll changed in Xamarin.iOS 6.2 (it's not null anymore). monotouch.dll公钥令牌在Xamarin.iOS 6.2中monotouch.dll更改(它不再为null )。

You'll need to recompile bindings (or assemblies) that refers to monotouch.dll or use the tool ( from this thread ) to update them. 您需要重新编译引用monotouch.dll绑定(或程序集)或使用该工具( 来自此线程 )来更新它们。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM