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
2 answers
CoreLocation on macOS always return location services disabled
I'm stuck on using CoreLocation on macOS High Sierra.
I need to get current user location but this code:
if (CLLocationManager.locationServicesEnabled()) {
switch CLLocationManager.authorizationStatus() {
case .restricted:
…

marco.bollati
- 31
- 4
0
votes
1 answer
Firefox 57+ causes my MacBook Pro to shutdown
My Mac Book Pro Retina (MacOs 10.3) shuts down as soon as a I start Firefox - I'm using the Firefox Developer Edition. I think I started noticing this issue after upgrading to Firefox 57.
Sometimes the Mac shuts down as soon as the all the tabs…

IceMan
- 1,398
- 16
- 35
0
votes
1 answer
Troubleshooting installing Selenium WebDriver (macOS High Sierra)?
I am trying to use the Selenium WebDriver in a Python 3.5, macOS High Sierra, and Firefox environment. I have not succeeded in installing it. I hence have a question that is related (or even duplicates) questions such as this one here and this one…

Rachel
- 1,937
- 7
- 31
- 58
0
votes
0 answers
GRASS 6.4.6 shell doesn´t work on Macbook High Sierra with QGIS 2.14
I have a question about the use the GRASS 6.4.6 (2016) Plugin that comes with the QGIS 2.14.21-Essen version. I installed the software on a Macbook that runs on High Sierra 10.13.3 and haven´t used any other versions of either GRASS or QGIS prior to…

Wouter Neisingh
- 11
- 2
0
votes
1 answer
how to free a localhost port on mac
I have read the posts similar to this but to no avail.
I am in the midst of a comprehensive tutorial for Angular (5). I am on MacOs High Sierra 10.13.3. I am using Chrome Version 64.0.3282.140 (Official Build) (64-bit).
I just completed one project…

doug5solas
- 77
- 10
0
votes
0 answers
Files preview with spacebar stop to work with some files
I do a lot of quick preview, selecting the file and hit the spacebar. After a fresh installation of macOS, it doesn't show some of the files (eg. files with not extension created with vim o nano).
Only thing I believe I got different, is that I have…

A-Trujillo
- 1
- 2
0
votes
2 answers
Slather Gem installation giving error
Slather installation is giving error in Mac.
ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions for the /Library/Ruby/Gems/2.3.0 directory.

Savitha
- 561
- 6
- 19
0
votes
0 answers
Running MPI code with 256 procs - "[warn] select: Invalid argument" message
Following the tutorial on this link, I try to run a MPI code under MacOS 10.9.5 (Mavericks) with a number of process equal to 256 : the MPI code allocates for each process a 512x512 2D array, so it requires 256*256kB = 64MB of total used memory.
My…
user1773603
0
votes
3 answers
Detect is application installed on OS X before using Appium
I am working on creating tests for a macOS application using Appium for Mac. I found that Appium doesn't return any information regarding the installation status of the application (is it exist?) on the device, but I have to be sure that the…

Mykyta Bondarenko
- 552
- 2
- 16
0
votes
0 answers
Unable to install PyMuPDF with MuPDF - python on Mac 10.13.4
Morning
To start out, let me just say I'm a python novice - so I hope this question isn't going to be stupid.
I'm running Mac 10.13.4 (Beta) and am trying to get PyMuPDF working.
As per https://github.com/rk700/PyMuPDF/:
I've downloaded both…

Michael Cox
- 15
- 5
0
votes
1 answer
macOS git branch displays branches in less
I'm running git version 2.16.1 under macOS High Sierra 10.13.3 and when I
use git branch, the result is displayed through less. On the contrary, when I'm using git branch under Linux, the result is simply printed in stdout. How can I enforce git to…

Anastasios Andronidis
- 6,310
- 4
- 30
- 53
0
votes
1 answer
PHP stopped working after MacOS update to High Sierra
I recently upgraded to High-Sierra and now my local server won't run PHP (code shows it as text)
To try and solve the issue I removed all php versions with homebrew and installed php 7.2 using homebrew. But the issue remains.
I don't see any error…

Roy Granit
- 325
- 2
- 20
0
votes
0 answers
How do I install PHP with openssl on Mac High Sierra?
I'm using Mac High Sierra. I want to install PHP 7.2 with the openssl extension. I have openssl installed
localhost:php-7.2.1 davea$ brew install openssl
Warning: openssl 1.0.2n is already installed
However, when I run the PHP configure command…

Dave
- 15,639
- 133
- 442
- 830
0
votes
1 answer
installation of vpython using pip in High Sierra
I am having issue with installing vpython using pip. During the installation I get and error as if I do not have stdio.h, which I do
In file included from…

Angela
- 1
0
votes
1 answer
How do I configure PHP 7 with the GMP extension when building from source (not homebrew)?
I just installed PHP 7.2 from the tarsal on my Mac High Sierra system. When I ran the ./configure step, I did so with the command
./configure --with-gmp
However, when I check the version of PHP, I get a warning that the "gmp.so" module isn't…

Dave
- 15,639
- 133
- 442
- 830