I've been working on a app using VS2013/Xamarin Forms. Running on debug the app works fine in all Android Simulators; and iPad iOS 7.1 and all iPhone Retina 7.1 Simulators. However, running it on iPad Retina iOS 7.1 and iPad Retina (64-bit) iOS 7.1 Simulators I get just a white screen.
At first I thought it is my code so I decided to create a new Project (Xamarin.Forms Portable). The same thing is happening. All I see in both iPad Retina Simulators is a white screen and the rest of the Simulators I see the "Hello, Forms !" text.
Is this a known issue? Or is there something that I need to do to run my code in the iPad Retina Simulators. Please note that I am using the latest Xamarin.Forms - 1.2.2.6243.
Anybody experienced this? Suggestions or solution? Thanks much in advance!