Xamarin IOS binding

97 views Asked by At

I am creating binding with Pod , After running Sharpie command i frequently get error regarding , Header not found in the File. I have checked the file after opening but header was already there. Let me know if anyone face the same issue. Error Details are below:-

'Realm/Realm.h' file not found #import <Realm/Realm.h> ^~~~~~~~~~~~~~~ /private/var/folders/y4/n93ks58x7vd1dl2fr7j9v6mw0000gn/T/com.xamarin.ObjectiveSharpie/11d3f185b30343fe978184fe0a7e4722.h:1:9: fatal error: could not build module 'MatrixSDK' @import MatrixSDK;


Binding...
846 warnings and 2 errors generated.
Error while processing /private/var/folders/y4/n93ks58x7vd1dl2fr7j9v6mw0000gn/T/com.xamarin.ObjectiveSharpie/11d3f185b30343fe978184fe0a7e4722.h.

Done. Exiting with error code 1.

0

There are 0 answers