The fourteenth release of Apple's desktop and server operating system for Macintosh computers. Use this tag only if your question relates to using macOS High Sierra APIs or macOS High Sierra specific behavior. Questions relating to using or troubleshooting macOS are off-topic.
Questions tagged [macos-high-sierra]
801 questions
0
votes
1 answer
Xcode Server Gym fails after MacOS High Sierra upgrade
Hi I have a post integration script that calls fastlane.
After upgrading the Xcode Server machine to MacOS High Sierra, I'm getting this
Trigger Issues:
Assertion: Trigger exited with non-zero status 15.
Other Issues:
Running task was…

Ted
- 22,696
- 11
- 95
- 109
0
votes
2 answers
write permissions when installing Jekyll on OS X High Sierra 10.13.1
Everything was working fine before I updated to High Sierra, now jekyll won't run. I uninstalled jekyll, made sure ruby was updated using brew (says ruby 2.4.2_1 is already installed) and and then tried to reinstall jekyll. this is the error I get…

Wil Carter
- 53
- 8
0
votes
0 answers
VisualVM crashes on mac
I'm facing some trouble working on VisualVM on Mac.
Whenever I run the visualvm app (either from the app installed or by going to /Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home/bin/jvisualvm (unix executable file) it opens the…

Kingshuk Mukherjee
- 97
- 2
- 9
0
votes
2 answers
I am getting an error when installing youtube-dl via the pip command on macOS High Sierra
Long story short, I am creating a discord bot and I need youtube-dl to do so. When I went to install it on terminal, I used the command
pip install youtube-dl
and I got this
Collecting youtube-dl
Using cached…

sarora
- 512
- 1
- 6
- 11
0
votes
1 answer
Can not change Full name and Password of Jenkins user on High Sierra
I try set up Jenkins on Mac according http://www.cimgf.com/2015/05/26/setting-up-jenkins-ci-on-a-mac-2/
But when I try set Full name to Jenkins User nothing happens,
And when I try reset password I see "Reset password failed." message.
With Sierra…

Ivan Byelko
- 252
- 1
- 3
- 14
0
votes
1 answer
Golang binary on Mac OS error "operation not permitted"
I'm trying to ship a golang binary inside a Mac application. It is ideally just an HTTP server with some basic functions on folders and files.
The binary seems to work just fine when I run it from a terminal but when I try to call it from my Mac…

Srinivas Gowda
- 371
- 5
- 17
0
votes
0 answers
NSImageView behaves wrongly on High Sierra
I have a strange issue for NSImageView only on High Sierra. My software was working at previous macOS very well until I updated to latest version of macOS.
So I have looked at this in detail and found that strangely, NSImageView is adding…

brianLikeApple
- 4,262
- 1
- 27
- 46
0
votes
1 answer
Did macOS 10.13.1 delete Terminal app keyboard shortcuts?
I've always been able to switch between separate windows in the Terminal app, using e.g. Command-2 to go to the second window.
I upgraded to macOS 10.13.1 last night, and now none of the Command- shortcuts work.
How come?

Bill Torcaso
- 135
- 1
- 8
0
votes
0 answers
Error with PDFtk and macOS
I use
PDFtk version 2.02 : https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/pdftk_server-2.02-mac_osx-10.11-setup.pkg
macOS 10.3.1
When I try to generate a PDF with
/usr/local/bin/pdftk /path/to/original.pdf fill_form…

ludovicl
- 1
- 2
0
votes
1 answer
MacOS High Sierra Drush only gives 2 options
So today I was installing Drush via Composer. it was completely installed according to terminal but in /usr/local/bin there is no Drush folder.
I tried before and then I tried with Composer as well, but since that failed I tried via Homebrew but…

Ditger
- 29
- 8
0
votes
2 answers
Docker on MacOS, receiving segmentation fault 11
I'm running macOS High Sierra on a Mid 2014 MacBook Pro. Installed Docker but when I try to run the docker command from the command prompt I get an immediate Segmentation Fault: 11 error.
How do I debug this?

Josh Russo
- 3,080
- 2
- 41
- 62
0
votes
1 answer
NSButton title binding refresh working on 10.12 but not High Sierra 10.13
I have an NSButton which title is binded to an NSString.
It worked perfectly in 10.12 but in 10.13, the NSButton title is blank on first appearance of the view.
The variable is well assigned and kvo seem to work because as soon as I do the following…

Tom
- 613
- 6
- 14
0
votes
1 answer
Fatal error: Call to undefined function sqlsrv_connect() High Sierra
I’m getting this error on macOS trying to connect to a DB. I’m pretty sure it’s due to missing drivers but I can’t find the relevant ones for High Sierra / 10.13.1 since updating.
Fatal error: Call to undefined function sqlsrv_connect()
I found a…

Adam
- 41
- 1
- 8
0
votes
0 answers
Installing node module locally using sudo fails in High Sierra
While installing node module using sudo npm install locally will get Error: EACCES: permission denied in some node modules like phantomjs and node-sass that using script to install. This is local installation of npm not globally.
npm 5.5.1
macOS…

Akirayjin
- 657
- 1
- 7
- 11
0
votes
1 answer
SVN diff with beyond compare 4 result in "file not found" error, Mac OS High Sierra
I have install beyond compare and followed the official technic support to configure it with svn:
http://www.scootersoftware.com/support.php?zz=kb_vcs_osx
However, when I run the following command:
svn diff -c 53030 .
To show all changes made to the…

user1770500
- 1
- 2