Questions tagged [macos-high-sierra]

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.

801 questions
0
votes
1 answer

Imagemagick convert command creating video from images gives avconv error on Mac

I would like to convert images to a video via imagemagick. Unfortunately running the command: convert img1.jpg img2.jpg img3.jpg out.mpg gives an error something wrong running avconv convert: delegate failed `'avconv' -nostdin -v -1 -i '%M%%d.jpg'…
toby
  • 45
  • 2
  • 9
0
votes
1 answer

Overriding MacOS High Sierra /usr/lib (or how to static link)

I have a program I'm compiling that requires a new version of Curl. Mac default Curl is in /usr/bin and /usr/lib. I have compiled a newer version of curl and compiled using: gcc mypgm.c -I ./curl-7.58.0/include/curl -I ./cJSON-master -L…
John Smith
  • 3,493
  • 3
  • 25
  • 52
0
votes
1 answer

Error message when trying to open newly downloaded mySQL

I am running MacOS High Sierra version 10.13.2 on a MacBook Air (mid 2011). I am trying to set up a local development environment through the command-line and I have already gone through some steps to the following point: After downloading mySQL, I…
0
votes
0 answers

how to set DYLD_LIBRARY_PATH in macos high Sierra 10.13

I am trying to use matlab 2917b in mac . while running it…
Laxmi Kadariya
  • 1,103
  • 1
  • 14
  • 34
0
votes
1 answer

Xcode Project throws Error for requirement of macOS 11.0 or later

When I open MBP today and to see my project in Xcode, instead it opened older version (a month old at least). I search on Finder found the last version. However, when I try to open I am getting below error: You have macOS 10.13.2. The application…
Vetuka
  • 1,523
  • 1
  • 24
  • 40
0
votes
2 answers

Error on installing boto3 - python-dateutil 1.5

I'm trying to install boto3 on my Mac running High Sierra for AWS Cli and I keep getting the following error: Collecting boto3 Using cached boto3-1.5.16-py2.py3-none-any.whl Collecting botocore<1.9.0,>=1.8.30 (from boto3) Using cached…
Mac_struggle
  • 11
  • 1
  • 3
0
votes
1 answer

Cplex installition on High Sierra fails

I downloaded cplex studio v 12.80 for Mac OS. However, when I double click installation application, application automatically terminated within a few seconds. When I check my system logs, I found following messages: cplex_studio1280-osx[50634]:…
user2972185
  • 231
  • 3
  • 12
0
votes
1 answer

Can't install Eclipse on MacOS High Sierra

Trying to install Eclipse (latest version) onto MacOS High Sierra. After extracting the file "eclipse-java-luna-R-macosx-cocoa.tar.gz", I copy the resulting Eclipse folder into my Applications folder. I then attempt to run the Eclipse application…
rf_wilson
  • 1,562
  • 5
  • 32
  • 44
0
votes
1 answer

Trying to open gamescene in xcode 9.2 on vmware MAC High Sierra but xcode unexpectedlly shut down

I am trying to open Gamescene.sks file in Vmware HighSierra Mac but XCode unexpectedly closes. I have the solution for XCode 8. How to do for Xcode 9.2?
suraj
  • 1
  • 2
0
votes
1 answer

Mamp local site not working in Chrome and Safari but Firefox works (High Sierra)

I’ve been on a long journey of trying to figure out why after updating to High Sierra OS, my local sites configured through MAMP suddenly didn’t show up. Doing some research led me down the rabbit hole of sudo editing apache .conf files but to no…
Rob M
  • 121
  • 1
  • 2
  • 13
0
votes
1 answer

MySQL Server wont start on MAMP/AMPPS/XAMPP after updating to mac High Sierra 10.13.2

I'm desperate.. I updated to mac High Sierra 10.13.2 and my MySQL wouldn't start on my MAMP: So I deleted the ib_logfileN:s, typed sudo killall mysqld in terminal and restarted MAMP(that usually works) but it didn't. So in the end I had to…
fransBernhard
  • 362
  • 2
  • 7
  • 24
0
votes
0 answers

how to make script that relaunch apps between in low and "retina" resolution on MacOS?

Is it possible to make script that relaunch Lightroom or Photoshop between in low resolution and "retina" retina resolution successively?
0
votes
1 answer

Web application does not deploy correctly after upgrade to macOS High Sierra

I have a web application that had been running fine in Tomcat 8 under macOS Sierra. However, I recently upgrade to high sierra, and the application then failed to deploy. The following log is seen in the catalina.out, 11-Jan-2018 14:43:02.288…
0
votes
1 answer

Missing WKWebView registerURLScheme? in High Sierra

So building swift apps on High Sierra - no drag and drop; seems others have lamented the new Accessibility -> Mouse & Trackpad -> Track Options -> Enable dragging; odd not on by default option. But anyway, the WebView doc page show this method class…
slashlos
  • 913
  • 9
  • 17
0
votes
0 answers

reinstalled npm - now npm works only with sudo (osx high sierra)

I was unable to install electron in my system (was getting postinstall error). So I thought let me uninstall and reinstall node and npm. I tried this gist and couldnt install npm - that erred out. So I went to node js website and downloaded…
theusual
  • 741
  • 2
  • 11
  • 24