Hi guys,
I'm creating a component for RadioButton
. It's working fine but I have a renderer for each platform. I should distribute it via NuGet (the base component is already there).
I created a new project for UWP.
If I try to run it I receive two errors:
Duplicate Entry. BindingProject.UWP C:\Projects\er\BindingProject\BindingProject\BindingProject.UWP\error PRI175
0xdef00532 - Conflicting values for resource 'Files/Xamarin.Forms.Platform.UAP/TabbedPageStyle.xbf' BindingProject.UWP C:\Projects\er\BindingProject\BindingProject\BindingProject.UWP\GENERATEPROJECTPRIFILE
Is there a best practice to follow? Thanks