I started having issues today building the Android and iOS mobile projects from my Xamarin.Forms solution
This is very odd since it was working fine yesterday and I haven't installed or updated any references to my project.
The error that I got was that the reference to my PCL project is not resolved in my Android and iOS projects. When I try to add the PCL reference to my Android and iOS projects I get the following error:
"Unable to add a reference to project 'App1'. The current project does not support references to Portable Library Projects"
I tried adding the iOS and Android targets in the PCL properties but they are missing.
I don't think it's a setting in my Xamarin.Forms project since I created a branch new project and I'm still having the same issues.
Any ideas on how to solve this?
Thank you