I am working on a project and our project manager decided to go for Forms instead of writing the whole app for each platform separately.
We've installed Xamarin on our computers, but on some (which are configured exactly the same as the others), Forms refuses to work.
The first sign of problems was that in Xamarin Studio, creating a PCL Forms project would only create the core and Android projects.
When I tried to do the same in Visual Studio, it created the iOS projects, BUT, none of the Xamarin references were imported, and thus it could not be compiled.
I've tried reinstalling Xamarin, all of its elements, Visual Studio. Unfortunately reinstalling Windows is not an option.
Has anything similar happened to anyone so far?