smstuebe / xamarin-fingerprint

Xamarin and MvvMCross plugin for authenticate a user via fingerprint sensor
Microsoft Public License
494 stars 118 forks source link

UWP build, missing file #45

Closed ronpf closed 7 years ago

ronpf commented 7 years ago

When building for UWP I'm receiving this error. Using VS 2015 on Win10 machine:

Payload file 'C:\Users[me].nuget\packages\Plugin.Fingerprint\1.4.2\lib\UAP10\Plugin.Fingerprint\Properties\Plugin.Fingerprint.UWP.rd.xml' does not exist.

smsissuechecker commented 7 years ago

Hi @ronpf,

I'm the friendly issue checker. It seems like (100.00 %) you haven't used our issue template :cry: I think it is very frustrating for the repository owners, if you ignore them.

If you think it's fine to make an exception, just ignore this message. But if you think it was a mistake to delete the template, please close the issue and create a new one.

Thanks!

smstuebe commented 7 years ago

Do you have a sample project?

ronpf commented 7 years ago

Attached is an example project.

The Plugin is being installed to and there are files in C:\Users[].nuget\packages\Plugin.Fingerprint\1.4.2\lib\UAP10 But the C:\Users[].nuget\packages\Plugin.Fingerprint\1.4.2\lib\UAP10\Plugin.Fingerprin\Properties dir does not exist Nor does the file C:\Users[].nuget\packages\Plugin.Fingerprint\1.4.2\lib\UAP10\Plugin.Fingerprint\Properties\Plugin.Fingerprint.UWP.rd.xml I’m installing the plugin using the Visual Studio 2015 Nuget Manager for the each project

tchadwick commented 7 years ago

Me too! As a workaround @ronpf , you can go to the source here in github and download the contents of the xml file and recreate the path in windows + add the xml file, and suddenly it works. I think the issue is just that it's not being included in the nuget package.

ronpf commented 7 years ago

@tchadwick thanks that did the trick

tchadwick commented 7 years ago

@smstuebe if you add the plugin via the nuget package, the issue is immediately present. It appears that the Properties\Plugin.Fingerprint.UWP.rd.xml is not being included in the Nuget package.

smstuebe commented 7 years ago

Hey guys, I'll look at the issue at Sunday or next week :)

smstuebe commented 7 years ago

should be fixed in 1.4.3 can you confirm, please?

tchadwick commented 7 years ago

@smstuebe This is confirmed fixed, thank you for a great plugin!