Xamarin.iOS Unified and TeeChart
Posted: Tue Jan 13, 2015 10:49 am
I'm currently having issues with using TeeChart in a Xamarin.iOS Unified API project.
I have added the TeeChart.iOS.Unified.dll (version 2014.12.5) as a reference to my project.
However when I try to build it it comes up with the following warning:
And whenever I try to access a TeeChart class at runtime it gives the following exception:
I tried adding the TeeChart.iOS.dll (since TeeChart.iOS seems to be what is missing) in addition to the TeeChart.iOS.Unified.dll but doing this gives the following build error:
What could be the cause of this issue?
I have added the TeeChart.iOS.Unified.dll (version 2014.12.5) as a reference to my project.
However when I try to build it it comes up with the following warning:
Code: Select all
Warning MT3005: The dependency 'TeeChart.iOS, Version=4.14.12.5, Culture=neutral, PublicKeyToken=null' of the assembly 'TimeTellApp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' was not found. Please review the project's references. (MT3005)
Code: Select all
The assembly 'TeeChart.iOS, Version=4.14.12.5, Culture=neutral, PublicKeyToken=null' of the assembly 'TimeTellApp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' was not found.
Code: Select all
Cannot reference "monotouch.dll" and "Xamarin.iOS.dll" in the same project.