-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install plugin to PCL #118
Comments
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. |
@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? Install failed. Rolling back... |
Same problem here with version 1.0.0.27 and XF version 2.3.3.193: |
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! 👍 |
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. |
On your PCL project solution, Right click and open on Text editor and try yo change Profile111 to Profile78. |
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?
The text was updated successfully, but these errors were encountered: