We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
running results in 'osascript: : No such file or directory'. Building results in 'osacompile: couldn't read file : No such file or directory'.
Yet, 'osascript' and 'osacomile' work in terminal: $ which osascript >> /usr/bin/osascript $ which osacompile >> /usr/bin/osacomile
It seems as though sublime or the build system can't find the osa utilities. Is this a path issue?
The text was updated successfully, but these errors were encountered:
Mh, not sure. I am not on a Mac right now. But maybe it is related to the filename or -extension you try to build/run?
Sorry, something went wrong.
No branches or pull requests
running results in 'osascript: : No such file or directory'. Building results in 'osacompile: couldn't read file : No such file or directory'.
Yet, 'osascript' and 'osacomile' work in terminal:
$ which osascript
>> /usr/bin/osascript
$ which osacompile
>> /usr/bin/osacomile
It seems as though sublime or the build system can't find the osa utilities. Is this a path issue?
The text was updated successfully, but these errors were encountered: