If you are specifying a 10.12 or lower version of the macOS SDK in your
mozconfig you will most likely get build errors. e.g.

'Vision/Vision.h' file not found
#import <Vision/Vision.h>
        ^~~~~~~~~~~~~~~~~
1 error generated.


The fix is to either remove SDK line from your mozconfig (which will use
the SDK from your xcode) or upgrade to at least version 10.13.

SDK upgrade:
https://bugzilla.mozilla.org/show_bug.cgi?id=1696504

macOS Text recognition APIs (requires 10.13 to build)
https://bugzilla.mozilla.org/show_bug.cgi?id=1759504

~Greg Tatum

-- 
You received this message because you are subscribed to the Google Groups 
"dev-platform@mozilla.org" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dev-platform+unsubscr...@mozilla.org.
To view this discussion on the web visit 
https://groups.google.com/a/mozilla.org/d/msgid/dev-platform/CANGZT7jAwdyzM9xvkgrMD01R0SpR9aZAzaP%3DOALFE%2BssWeMHrw%40mail.gmail.com.

Reply via email to