microsoft / winsdkfb

The Windows SDK for Facebook allows developers to provide Facebook integration for Windows Apps.
Other
182 stars 101 forks source link

Using winsdkfb in my project throw error. #266

Open krishnakumar-ViewLift opened 6 years ago

krishnakumar-ViewLift commented 6 years ago

Hi, I am using winsdkfb in my UWP app. Previously it was working fine. but after updating to new version, now I am not able to build my project because of below issue:

Payload contains two or more files with the same destination path 'Styles.xbf'. Source files: C:\Users\Krishna.Kumar.nuget\packages\winsdkfb\0.14.20170809.2\runtimes\win10-x64\native\winsdkfb\Themes\Styles.xbfE:\AppCMS-Windows\AppCMS-Windows\bin\x64\Release\Styles.xbf

krishnakumar-ViewLift commented 6 years ago

Is any update on this? Because of this issue I am not even able to build or debug my project.

khouzam commented 6 years ago

I'm guessing you're using a Styles.xbf for in your own project. I'll try to reproduce the issue and see if there's an easy workaround. If you can share more details or a repro it might make it easier.

krishnakumar-ViewLift commented 6 years ago

Hi, No, I am not using Styles.xbf in my project. This problem only exist if I add winsdkfb in my project, once delete this nugut pacjage everything get fine.

khouzam commented 6 years ago

Can you enable more detailed logging and attach the build log?