-
Notifications
You must be signed in to change notification settings - Fork 21
Could not install Rb.Forms.Barcode 0.7.1 #60
Comments
Do you try it to install from a windows system? If that is the case we all not working with windows systems and only able to try it out on mac. So you could help us to get it working on a windows system Here is the other issue from windows users |
@fvermeulen Yes Visual Studio 2015 Enterprise including latest stable Nuget Package Manager, Xamarin SDK and SP. I guess the PCL profile has to be changes on my side. But to which one? |
I digged through the source code and saw that your PCL is configured for that profile
I will try to change my project, if no side effects popup! |
@ericbrunner I use PCL-Profile7 and with that it works as well fine, but which one do you used? |
@ I develop an Azure Mobile Apps Xamarin.Forms PCL App for Droid + iOS . The initial version was scaffolded by the Azure Portal with Profile=259. |
@fvermeulen Well I tried to switch to |
yeah you have to retarget your packages. But that is possible. In Xamarin Studio you have to press a button for that. I don't know how that will be handled in Visual Studio. I looked what is PCL259 for and PCL 7. In your case it makes more sense to use PCL 7, but anyway sorry that I cannot help you with your problem |
@fvermeulen Could you send my a link or screenshot where I can do that migration in Xamarin Studio? Then I would copy my code temp. from TFS to MAC , switch to Profile7 and copy it back to my windows box. |
@ericbrunner after changing your profile right-click on the |
@rdoubleui Hi Thanks. I tried but I have no Retarget Command. I user the latest Xamarin Studio Community Edition. Do I have to install some Tools ? |
The feature has been there from version 5.2, don't think that there's a different behaviour within the community edition. What nuget version are you using? I recall you need to have at least nuget 2.1 |
@ericbrunner were you able to solve the issue with XS? |
@rdoubleui I currently try to retarget to |
Do we have any progress with this? I am having the same problem. |
So I changed it to profile 78 for adding the package, and then change it back to 111. I tested the demo the same UI from the sample on the repo and seems to be working just fine.. |
See the imports section below. This perfectly works for me using .net standard. { |
In my case I changed my project to profile 78 and still the package cannot be added, still having the same problem. The NuGet package is getting installed on Android and iOS projects but not on PCL Windows System |
Hi,
I just wanted to install the nugets in PCL , Droid and iOS project and get that install error:
Hope you can help my out.
thanks in advance
Eric
The text was updated successfully, but these errors were encountered: