Has anybody else encountered this problem because it's driving us nuts!
We have a project for iOS that we've been working on in Visual Studio on the PC, we need a bunch of binaries (mvvmcross) that we've put on a shared drive and add as references in our project (because our source control and nuget don't play nice together). This works fine. However, when we switch to the Mac and load the same project, all the references are broken. We can remove all the references and re-add them from the same shared drive and now the Mac project will build, but now the PC project will break.
Is there a trick to get both to play nice together?
Also, as an aside, we have three projects in our solution, two libraries and the executable, but opening in Xamarin Studio it keeps switching the startup project to one of the libraries!