linker - Trouble with xamarin.ios/monotouch , mvvmcross and linking -
i have irritating issue, if use link sdk assemblies in xamarin studio exception, if use dont link exception not happening. have located issue part of third party dll using(api video streaming service). believe linker stripping of methods used dll. possible skip link of libraries , possible see stacktrace. 2013-05-08 14:40:54.688 appsfabrikkentouch[5662:907] mvx: diagnostic: 18,23 exception masked nullreferenceexception: object reference not set instance of object @ system.delegate.combine (system.delegate a, system.delegate b) [0x00018] in /developer/monotouch/source/mono/mcs/class/corlib/system/delegate.cs:473 @ cirrious.mvvmcross.viewmodels.mvxnotifypropertychanged.add_propertychanged (system.componentmodel.propertychangedeventhandler value) [0x00000] in <filename unknown>:0 @ cirrious.mvvmcross.binding.bindings.source.mvxbasepropertyinfosourcebinding..ctor (system.object source, system.string propertyname) [0x00000] in <filename unknown>:0 @ ci...