I'm trying to create a binding library for the GoogleMLKit/TextRecognition. For that first I created a Xcode project and installed the pods and tried to run sharpie bind
command to generate ApiDefinitions.cs
and Structs.cs
.
This is the command I used sharpie bind -sdk iphoneos -output ./ -namespace Xam.TextRecognition.iOS -scope ./MLKitTextRecognition.framework/Headers ./MLKitTextRecognition.framework/Headers/*.h
.
I get the following error on terminal
fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
How can I fix this?