2013-08-06 97 views
0

然後應用程序給錯誤當更新爲新版本的xamarin.ios有,我曾通過使用由羅爾夫提供的命令行工具更新的dll Facebook.dllflurry.dll解決另一個錯誤。現在應用程序出現以下錯誤。請提供一些關於此的解決方案,並且還想知道如何更新框架的dll。 monotouch.dll我已經更新到Xamarin.ios 6.4.1.1在Mac

錯誤是, 1)/Users/volgainfotech/Projects/ScrapBoom/Kiln/ScrapBoom-Stable/ScrapBoom.iPhone/ScrapBoom.iPhone/Screens/iPhone/AddDocument/ImageCroppingScreen.cs(38,38): Error CS0012: The type System.Drawing.Size' 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' (CS0012) (ScrapBoom.iPhone)

2)/Users/volgainfotech/Projects/ScrapBoom/Kiln/ScrapBoom-Stable/ScrapBoom.iPhone/ScrapBoom.iPhone/Screens/iPhone/AddDocument/ImageCroppingScreen.cs(14,14): Error CS0012: The type System.Drawing.PointF' 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' (CS0012) (ScrapBoom.iPhone)

3)/Users/volgainfotech/Projects/ScrapBoom/Kiln/ScrapBoom-Stable/ScrapBoom.iPhone/ScrapBoom.iPhone/Screens/iPhone/AddDocument/ImageCroppingScreen.cs(30,30): Error CS0012: The type MonoTouch.UIKit.UIImage' 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' (CS0012) (ScrapBoom.iPhone)

我refered這個論壇也 http://forums.xamarin.com/discussion/1475/changes-to-assembly-strongnames-in-xamarin-ios-6-2-0

回答

1

它看起來像您未更新所有你的引用與我的工具(請注意,你不應該更新像monotouch.dll,只有你自己或其他平臺程序集第三方組件)。

發生錯誤的行很可能使用您忘記更新的dll中的API。

+0

是的,你是對的,這是問題。 –

+0

但更新所有程序集後它給出錯誤,錯誤MT9000:此版本在您的訂閱過期後發佈(27-06-2013 08:08:14)。 (MT9000)(ScrapBoom.iPhone) –

+0

@ user1468544:這是一個完全不同的問題 - 您需要續訂您的Xamarin.iOS訂閱。如果您在訂閱續訂(或其他許可相關問題)方面有任何問題,請聯繫[email protected]。 –

相關問題