Monotouch binding - “Cannot cast from source type to destination type.”
问题 I am a newbie on Monotouch. Recently, I am working on a Monotouch binding project that binds a custom iOS framework that developed myself into a .NET framework library. I follow the instructions on Xamarin but currently I am having an issue that cannot be resolved. This is my code. **HEADER FILE IN OBJECTIVE C** *GRG.h* @interface GRG: NSObject {} // Shared instance + (GRG*) sharedG; // Preference class @property (nonatomic, readonly) GRGPreferences *preferences; // Driver version @property