Pre loader

SciChart.iOS NuGet package not installing

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

Answered
2
0

Trying to install SciChart.iOS NuGet package for Xamarin.iOS project results the following error:

Package SciChart.iOS 2.0.1.527 is not compatible with xamarinios10 (Xamarin.iOS,Version=v1.0). Package SciChart.iOS 2.0.1.527 supports: xamarinios (xamarin-ios,Version=v0.0)

Wondering what the heck is “xamarin-ios,Version=v0.0”? It must be xamarinios10. We’re considering to buy SciChart but right now our build server is stuck on this error. As a workaround, we raname xamarin-ios to xamarinios10 in the lib directory but this not an option for a cloud build server.

Version
2.0.1.527
  • rubs00
    This forum seems dead. Is there anyone from SciChart team to address this simple issue?
  • You must to post comments
Best Answer
1
0

I am considering applying server-side licensing for my javerScript application.

In the document below, there is a phrase “Our server-side licensing component is written in C++.”
(https://support-dev.scichart.com/index.php?/Knowledgebase/Article/View/17256/42/)

However, there is only asp.net sample code on the provided github.
(https://github.com/ABTSoftware/SciChart.JS.Examples/tree/master/Sandbox/demo-dotnet-server-licensing)

I wonder if there is a sample code implemented in C++ for server-side licensing.

Can you provide c++ sample code?
Also, are there any examples to run on Ubuntu?

Images
  • Andrew Burnett-Thompson
    I see, the plot thickens :) Let me try this.
  • Andrew Burnett-Thompson
    I can reproduce it now. Not sure why it occurs. I will talk first to our NuGet host (www.myget.org) and secondly do some research into any changes of the package format.
  • Andrew Burnett-Thompson
    Success!! Can you try package 2.0.1.539? We made a small change to the Nuspec file to install SciChart.iOS in the correct folder. VS2017 with PackageReference now seems to be happy.
  • Andrew Burnett-Thompson
    Also .. build v2.0.1.543 fixes the same issue for Android. We’ve updated our deployment for the examples too which failed to build during this revision range. Thanks for reporting!!! :)
  • rubs00
    Cool. It works now. Thank you, Andrew!
0
0

Hello,

sorry for late reply. Could you please check out your package.config file? Does it look like the following one:

<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="SciChart.iOS" version="2.0.1.527" targetFramework="xamarinios10" />
</packages>

Also, please check your SciChart nuget feed url. It should be like this one:
https://www.myget.org/F/abtsoftware/api/v3/index.json

Best regards,
Yaroslav

  • rubs00
    My NuGet feed URL is the one you provided. However, as package.config is now deprecated in favor of PackageReference, I use that: <PackageReference Include=”SciChart.iOS”> <Version>2.0.1.527</Version></PackageReference>
  • Andrew Burnett-Thompson
    Hi rubs00, using VS2017? Gimme a moment I’ll try it out.
  • rubs00
    @Andrew Yep, VS2017
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies