Coder Social home page Coder Social logo

Comments (4)

MaddHatters avatar MaddHatters commented on June 16, 2024

I am also experiencing this issue on a Mac running macOS 10.14.6.

Speech/Speech.h is not found.

...
> node-gyp rebuild

  CC(target) Release/obj.target/nothing/../node-addon-api/src/nothing.o
  LIBTOOL-STATIC Release/nothing.a
  CXX(target) Release/obj.target/permissions/permissions.o
../permissions.mm:11:9: fatal error: 'Speech/Speech.h' file not found
#import <Speech/Speech.h>
...

from node-mac-permissions.

codebytere avatar codebytere commented on June 16, 2024

This shouldn't be mediated by the version of macOS - you need to be building against the 10.15 SDK. You can run this on any version of macOS as long as you built against the right SDK i'm fairly certain 🤔

from node-mac-permissions.

MaddHatters avatar MaddHatters commented on June 16, 2024

@codebytere Thanks for the tip! I'm having some trouble finding those SDKs. I did some searching and found developer.apple.com/download/more/ and can't seem to find any "SDKs". I also only see "Kernal Debug Kits" referencing version # "10.15". I also tried finding ways to update/add sdk's in Xcode but no luck. Maybe I'm missing something.

Any idea where to get the sdk?

EDIT: Acutally the Kernal Debug Kits might be what I'm looking for. I'm going to try this now.

EDIT #2: The Kernal Debug Kit did not work unfortunately.

from node-mac-permissions.

mmaietta avatar mmaietta commented on June 16, 2024

Try setting this for targetting the latest MacOS SDK that is installed. Works locally for my electron mac universal builds

export SDKROOT="$(xcrun --show-sdk-path --sdk macosx)"

For Github actions, another potential route I've read of is:

env:
  DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer

I'd imagine a similar env setup would be possible on TravisCI

from node-mac-permissions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.