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.
- rubs00 asked 7 years ago
-
This forum seems dead. Is there anyone from SciChart team to address this simple issue?
- You must login to post comments
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?
- Andrew Burnett-Thompson answered 7 years ago
-
I see, the plot thickens :) Let me try this.
-
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.
-
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.
-
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!!! :)
-
Cool. It works now. Thank you, Andrew!
- 1 more comment
- You must login to post comments
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
- Yaroslav Pelyukh answered 7 years ago
-
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>
-
Hi rubs00, using VS2017? Gimme a moment I’ll try it out.
-
@Andrew Yep, VS2017
- You must login to post comments
Please login first to submit.