If I create a Xamarin iOS project I get a Main.storyboard in the solution. If I create a Xamarin Mac project there is no Main.storyboard. All the documents I'm reading on how to link an action to a button require a storyboard.
How do you create a Main.storyboard file in Xamarin for a Mac solution/project?
The issue happens if you target 10.9 as the minimum Mac OSX version to support when creating a solution.
Selecting 10.10 or 10.11 when creating a Mac solution creates a solution with storyboard support.