Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/277.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# Xamarin Studio iOS程序集错误_C#_Ios_Reference_Xamarin.ios_.net Assembly - Fatal编程技术网

C# Xamarin Studio iOS程序集错误

C# Xamarin Studio iOS程序集错误,c#,ios,reference,xamarin.ios,.net-assembly,C#,Ios,Reference,Xamarin.ios,.net Assembly,在我更新我的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, Publ

在我更新我的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”,并已将其添加到我的使用中。

在Xamarin.iOS 6.2中更改了
monotouch.dll的公钥标记(不再是
null


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

在Xamarin.iOS 6.2中更改了
monotouch.dll
的公钥标记(不再是
null


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

您的项目中是否引用了monotouch.dll?您的项目中是否引用了monotouch.dll?我对ServiceStack monotouch dll有此问题。是否有人拥有Servicestack Monotouch 3.9.55的正确重新编译版本(因为我无法在Mac上使用该工具)?我对ServiceStack Monotouch DLL有此问题。是否有人拥有Servicestack Monotouch 3.9.55的正确重新编译版本(因为我无法在Mac上使用该工具)?