Page 1 of 1

Xamarin.iOS Unified and TeeChart

Posted: Tue Jan 13, 2015 10:49 am
by 17270823
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:

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)
And whenever I try to access a TeeChart class at runtime it gives the following exception:

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.
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:

Code: Select all

Cannot reference "monotouch.dll" and "Xamarin.iOS.dll" in the same project.
What could be the cause of this issue?

Re: Xamarin.iOS Unified and TeeChart

Posted: Wed Jan 14, 2015 1:00 am
by Pep
Hello,

I've been able to reproduce the problem by using the Unified version downloaded from our web site at the customers download page.
I've also fixed and a new update for that version will be posted asap. In meantime, I've just sent an email directly to you in oder to allow you to check this fixed version.