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
Post a Comment