2013-05-12 43 views
1

當我更新了Xamarin Studio(iOS)後,它在嘗試構建/調試時給了我這個錯誤。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」我已經把它添加到我的usings。

+0

您的項目中是否引用了MonoTouch.dll? – Jason 2013-05-12 12:20:19

回答

4

在Xamarin.iOS 6.2(不再是null)中更改了公鑰記號monotouch.dll

您需要重新編譯引用monotouch.dll的綁定(或程序集)或使用該工具(from this thread)來更新它們。

+0

我有ServiceStack Monotouch DLL的這個問題。有沒有人有正確重新編譯的Servicestack Monotouch 3.9.55版本(因爲我無法在我的Mac上使用該工具)? https://github.com/ServiceStack/ServiceStack/tree/master/release/latest/MonoTouch – fractal 2013-07-30 23:20:45

相關問題