When creating a new solution using a Master-Detail Template, running the solution and putting a break point in the DetailViewController.ViewDidLoad method. While debugging, expanding the this.View will throw a [UIView enableInputClicksWhenVisible]: unrecognized selector sent to instance 0x131a4f00.
Everything works ok in the template but this exception is still displayed in the Application Output and it's actually causing an issue an my main app when I have TestFlight hooked up. It causes the debugger to crash when using TestFlight.
How can I get rid of this exception that is being thrown in the basic template that is provided.