When I attempt to compile XamlSamples I get the following compiler error:
AppDelegate.cs(20,37): error CS0234: The type or namespace name `App' does not exist in the namespace `XamlSamples'. Are you missing an assembly reference?
Steps to reproduce:
- Running on OS X Yosemite 10.10.4
- Download XamlSamples: https://developer.xamarin.com/samples/xamarin-forms/XAMLSamples/
- Open the solution in Xamarin Studio (5.9.4 build 5)
- Make sure packages are up to date (1.4.3.6376)
- Set XamlSamples.iOS as the start-up project.
- Compile, you will get the compiler error above, although if you try to auto-complete XamlSamples.App it works.
Could I be doing something wrong here?