Okay, this still isn't working right for me. On the call to new SfChartRenderer(); ...
If I use the DLLs in the Unified directory I get an error:
- The type 'Xamarin.Forms.Platforms.iOS.ViewRenderer' 2 <Syncfusion.SfChart.XForms.SfChart,Syncfusion.SfChart.iOS.SfChart>' is defined in an assembly that is not referenced. Consider adding a reference to assembly 'Xamarin.Forms.Platform.iOS, Version 1.3.1.0, Culture=neutral, PublicKeyToken=null'.
If I use the DLLs in the iOS directory I get an error:
- The Type 'MonoTouch.UIKit.UIView' is defined in an assembly that is not referenced ...
The second error makes sense, because it's using non-unified APIs in a unified project. The first error though is happening on chart code that's been working until the Xamarin Forms 1.3 upgrade came along.
The Syncfusion version numbers are 12.4451.0.25 and Xamarin Forms is 1.3.1.0 (in references dialog) / 1.3.1.6296 (right click on package).
I've ensure there are no other exceptions or out-of-date components. I've removed and added references, rebuilt, cleaned ...