I have created a new Xamarin forms project with PCL option and added a masterdetailpage with name MainPage. Once added I am getting error saying MainPage already exists. I am using VS2017 and latest version of Xamarin.
Error CS0101 The namespace '' already contains a definition for 'MainPage' \obj\Debug\xxxxxxMainPage.xaml.g.cs
Any help much appreciated. Thanks.
Edit:
https://forums.xamarin.com/discussion/89346/forms-master-detail-page-generation-is-broken
This has got the answer.
MainPage
in your project – Gerald Versluis