Binding iOS embedded Framework for Xamarin END UP give exception?
问题 Please help my last step. Thanks. I'm testing binding iOS native framework to Xamarin library. I created iOS framework and added MyView.h, MyView.m MyView.m (instancetype)initWithFrame:(CGRect)frame { id p = [super initWithFrame:frame]; self.backgroundColor = [UIColor greenColor]; return p; } MyView.h @interface MyView : UIView @end very simple framework. add that MyView.h into Public Header and Made universal framework for any architecture. This framework now has firstfile.h, MyView.h two