在將更新發送到App Store後,應用程序在從App Store下載時崩潰,但通過Xamarin Studio進行調試時效果不錯。應用程序開始崩潰
但現在想釋放我的設備/調試它開始崩潰給這個錯誤時:
2013-05-21 10:20:30.933 nytLectio[10969:c07] Could not register the assembly 'MBProgressHUD': MonoTouch.MonoTouchException: Cannot register two managed types ('MBProgressHUD.MTMBProgressHUD' and 'AlexTouch.MBProgressHUD.MBProgressHUD') with the same native name ('MBProgressHUD').
at MonoTouch.Registrar.Registrar.RegisterType (System.Type type, System.Collections.Generic.List`1 exceptions) [0x00000] in <filename unknown>:0
at MonoTouch.Registrar.Registrar.RegisterAssembly (System.Reflection.Assembly assembly) [0x00000] in <filename unknown>:0
我認爲是什麼導致崩潰,但我不知道如何解決它,和它讓我感到困惑,因爲它可以在模擬器中調試併發布,但不能在我的設備上使用。
我實際使用,因爲我跑的測試版,現在從組件商店之一,AlexTouch約束力,沒有工作一。 無論如何感謝C#綁定! :) –
是啊,只是不要同時使用這兩個庫:) – dalexsoto