c# - App started to crash -
after sending out update app store, app crashes when downloading app store, debugging via xamarin studio works fine.
but when trying release/debug on device starts crashing giving error:
2013-05-21 10:20:30.933 nytlectio[10969:c07] not register assembly 'mbprogresshud': monotouch.monotouchexception: cannot register 2 managed types ('mbprogresshud.mtmbprogresshud' , 'alextouch.mbprogresshud.mbprogresshud') same native name ('mbprogresshud'). @ monotouch.registrar.registrar.registertype (system.type type, system.collections.generic.list`1 exceptions) [0x00000] in <filename unknown>:0 @ monotouch.registrar.registrar.registerassembly (system.reflection.assembly assembly) [0x00000] in <filename unknown>:0
i think thats whats leading crash, have no clue how fix it, , confuses me works debug , release in simulator not on device.
hello using 2 libraries binds mbprogresshud
, mbprogresshud.mtmbprogresshud
, alextouch.mbprogresshud.mbprogresshud
please use one, recommend using 1 on xamarin components store more recent release of mbprogresshud
, can safely replace current ones using.
btw im author of alextouch.mbprogresshud.mbprogresshud
c# binding , can tell has not been updated encourage use 1 on components store. kudos jonathan george amazing library.
hope helps
alex
Comments
Post a Comment