Xamarin.iOS Unified and TeeChart

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
TimeTell
Newbie
Newbie
Posts: 1
Joined: Wed Nov 26, 2014 12:00 am

Xamarin.iOS Unified and TeeChart

Post by TimeTell » 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:

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?

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Re: Xamarin.iOS Unified and TeeChart

Post by Pep » Wed Jan 14, 2015 1:00 am

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.

Post Reply