With the new versions of ShinobiControl 2.6 and Xamarin Studio 4.2.3, Xamarin.IOS 7.2.1.42 we get the following Exception.
MonoTouch.MonoTouchException: Cannot register two managed types ('ShinobiEssentials.SEssentialsStyle, ShinobiEssentials, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null' and 'ShinobiGrids.SEssentialsStyle, ShinobiGrids, Version=2.6.0.0, Culture=neutral, PublicKeyToken=null') with the same native name ('SEssentialsStyle').
Sample code - Very simple use your SimpleGridSample add reference to ShinobiEssentials.dll and add this line to the ViewDidLoad
SEssentialsSlidingOverlay slidingView = new SEssentialsSlidingOverlay (View.Frame, true);
Our project was working fine before upgrading!
Any solution?