xamarin.ios - issues after updating to Xamarin Studio -


could not register assembly error messages getting:

'monotouch.dialog-1': monotouch.monotouchexception: cannot register 2 managed types('monotouch.dialog.basebooleanimageelement+textwithimagecellview, monotouch.dialog-1, version=0.0.0.0, culture=neutral, publickeytoken=84e04ff9cfb79065' 

and

'monotouch.dialog.basebooleanimageelement+textwithimagecellview, xxxxx1, version=0.0.0.0, culture=neutral, publickeytoken=null') same native name('monotouch_dialog_basebooleanimageelement_textwithimagecellview'). 

tried mtouch arguments --registrar:legacy, not able fix issue.

you've included both monotouch.dialog-1.dll , monotouch.dialog.dll in app. choose one.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -