Project not Built in Active Configuration - Xamarin/Xamarin.Form
xamarin, xamarin.forms
Solution
SOLUTION
Options --> Configuration-->Configuration Mappings-->ProjectName.iOS-->Debug | iPhoneSimulator
Make sure to set it to Debug | iPhoneSimulator and NOT to Debug | iPhone
Now you could able to see Set As Startup Project option.
Problem
I have downloaded Xamarin.Form sample projects from github https://github.com/xamarin/xamarin-forms-samples Once I open any sample projects, it does not allow me to run on iOS Simulator. Does any one know how to handle this problem. I am using Xamarin Studio on Mac Operating System. UPDATE-1: I have also found the following useful article regarding my issue http://crossplatform.io/2013/12/02/setting-the-active-configuration-in-xamarin-studio/ I chose `TabbedPageDemo.iOS--> iOS|Debug` then I could able to see iOS part, however it still does not give me an option of Set As Start Project