I tried other projects and these fail too. I get an error message due to missing MLKitCommon/MLKitCommon.h. But I unziped the latest package you provided in this post:
This is a B4A + B4i solution. It recognizes text in images based on Google ML Kit. Dependencies: - B4i (local Mac only): https://www.b4x.com/b4i/files/MLKit.zip The files and folders should be unzipped into Libs/Extra/MLKit Don't miss: - B4i dependencies + #PlistExtra (for MediaChooser)...
Now my Libs-folder looks like this:
I use the libraries like this in my code:
#AdditionalLib: MLKit/MLKitCommon.framework.3
#AdditionalLib: MLKit/MLImage.framework.3
#AdditionalLib: MLKit/MLKitVision.framework.3
#AdditionalLib: MLKit/MLKitBarcodeScanning.framework.3
#AdditionalLib: MLKit/GoogleDataTransport.noheader
#AdditionalLib: MLKit/GoogleToolboxForMac.noheader
#AdditionalLib: MLKit/GoogleUtilities.noheader
#AdditionalLib: MLKit/GTMSessionFetcher.noheader
#AdditionalLib: MLKit/nanopb.noheader
#AdditionalLib: MLKit/MLKitXenoCommon.framework.noheader.3
#AdditionalLib: MLKit/PromisesObjC.noheader
What am I doing wrong?
(May be, I should have posted this question in a new thread...)