Cannot install plugin to PCL
Severity Code Description Project File Line Suppression State Error Could not install package 'Xam.Plugins.Forms.Svg 1.0.0.27'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile259', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
What are supported PCL profiles?
Same problem here
I was able to download the repro, the update, build, and run the SVG project on iOS and Android. No issues at all. Targets all the latest Xamarin Forms NuGet packages and .NET 4.5
Thank you for such a great tool.
Karl
I have same problem also. PCL projects only.
@kdawg1406 , but did you install it in PCL? How did you get it work?
@riandesign I was able to download the repro, the update, build, and run the SVG project on iOS and Android. No issues at all. Targets all the latest Xamarin Forms NuGet packages and .NET 4.5
Yes, I have a PCL, Xamarin Forms app. Works great.
@kdawg1406, Have you installed 1.0.0.27? I think current version not compatible with Xamarin.Forms (2.3.x)
Install failed. Rolling back... Package 'Xam.Plugins.Forms.Svg.1.0.0.27 : Xamarin.Forms [2.0.0.6490, )' does not exist in project '...'
Same problem here with version 1.0.0.27 and XF version 2.3.3.193:
Package 'Xam.Plugins.Forms.Svg.1.0.0.27 : Xamarin.Forms [2.0.0.6490, )' does not exist in project xyz
I solved it by setting an other Profile. Open options --> Build: General and select a different Profile (I selected PCL 4.5 - Profile49). Now you can install the pkg.
Same problem here
I already solved this problem! 👍
https://forums.xamarin.com/discussion/84642/cannot-remove-windows-phone-silverlight-in-visual-studio#latest
So on which profile did you set it? And will it have any consequences?
For example, "Profile259" to "Profile78" and install nuget, then you can change back to "Profile259"
KeyboardOverlap for Xamarin.Forms not work!
It's the same problem =/
I had the same issue, I removed the Windows Phone 8.1 target and the installation succeded. I'm using .Net 4.5 with Xamarin Forms v2.3.3.193
On your PCL project solution, Right click and open on Text editor and try yo change Profile111 to Profile78.
https://github.com/paulpatarinski/Xamarin.Forms.Plugins/issues/107