I mentioned this error in a previous post (http://forums.xamarin.com/discussion/comment/58832/#Comment_58832) but it was left unnoticed, so I'm posting this again with more updates.
Previous post:
I got the error "Failed to find the closed generic method 'InvokeConformsToProtocol' on the type 'Xamarin.Forms.Platform.iOS.FrameRenderer'" when testing my app on a real iPhone but not in the simulator. I haven't been able to come up with a minimum example yet. But is there any interpretation on the error? I don't really know where to start
I have now narrowed down the error due to integration of Pixate with Xamarin.Forms. I created a repo demonstrating the bug here: https://github.com/dementrock/BuggyExample
The project should run just fine on an iOS simulator, but throws the exception when testing on a real device.