アップデートを 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
それがクラッシュの原因だと思いますが、修正方法がわからず、シミュレーターでのデバッグとリリースでは機能しますが、デバイスでは機能しないため、混乱します。