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
0 answers

How to suppress Matlab 2010 Java error in MacOS High Sierra?

I run MATLAB 2010 on MacOS High Sierra. I get the Java error below in the Command Window every time I run MATLAB or try to do anything in the Command Window. My codes run OK, but I cannot utilize the Command Window (>>) because of this error. My…
0
votes
0 answers

Linking local library in c++ (macOS High Sierra)

I'm trying to link a library called apriltags to my c++ project. I've downloaded the source files, placed them in my project and set up the CMakeLists.txt such that the imports in my classes work fine. However, there is a referencing problem, such…
0
votes
0 answers

Getting AppleScript error -1728 when trying to get bounds of desktop

I'm trying to get the bounds of the desktop using the following code: tell application "Finder" get bounds of window of desktop end tell I keep getting the following error: error "Finder got an error: Can’t get bounds of window of desktop."…
yehoshuk
  • 35
  • 1
  • 7
0
votes
1 answer

python 3.6 certificate failure after installing certifi

I'm getting SSL certificate failures in my python 3.6 scripts that are running on OS X. It is my understanding that installing the certifi module is supposed to get rid of these failures, but it hasn't. This is the output of the failing…
0
votes
0 answers

Jenkins eMail configuration for outlook in macOS

Environment details Jenkins version 2.107.1 java version "1.8.0_161" macOS High Sierra 10.13.3 (17D47) Mailer Plugin 1.21 Following are the setting that I've applied inside Manage Jenkins -> Configure System Jenkins Locataion System Admin e-mail…
AnujAroshA
  • 4,623
  • 8
  • 56
  • 99
0
votes
1 answer

macOS 10.13 Server app v5.6 PHP Downgrade From 7 to 5

Has anybody been able to successfully downgrade the php version preinstalled with the macOS High Sierra server app? Preinstalled PHP version is 7 but I'm running some old PHP apps that require PHP version 5. I can't find any recent answers on the…
Cybervanes
  • 29
  • 9
0
votes
1 answer

Installing Ruby 1.9.x on macOS 10.13 (High Sierra)

I've recently decided to look at an old Rails app running Ruby 1.9.2 and decided to try to install 1.9.2 on my macOS 10.13 machine. I'm aware that gcc no longer ships with macOS so I remembered the old trick of using Homebrew Core's apple-gcc42…
Olivier Lacan
  • 2,636
  • 2
  • 24
  • 22
0
votes
1 answer

Linker error when compiling with Boost.Filesystem on macOS High Sierra

I'm currently trying to compile a program that uses Boost.Filesystem on macOS High Sierra 10.13.4. I'm also using gcc 7.3 to compile, which I manually installed using Homebrew. The program will compile, but then throws the following error during…
Nick Hirzel
  • 153
  • 5
0
votes
1 answer

macos: Bash shows commands instead files

Bash on my macOS shows all (probably) commands from $PATH when I double-TAB instead of files and folders. Same when I can use TAB once - it does not work at all. Commands like CD works fine. I have no idea where the problem is - $PATH seems normal…
0
votes
1 answer

How to iterate over a macOS app’s windows until a condition is met?

To iterate over all windows in my macOS app, I use enumerateWindows(options:using:) like this: NSApplication.shared.enumerateWindows(options: .orderedFrontToBack, using: { (window: NSWindow, stop: UnsafeMutablePointer) in if let…
Frank R
  • 841
  • 5
  • 13
0
votes
1 answer

ssh passphrase in high sierra at command line

So I know apple changed how they handled ssh keys in their keychain when they went to Sierra, but I wanted to understand if there's a resolution to the following issue. I have a High Sierra MacOS machine that sometimes I work at in person and…
user2379888
  • 1,145
  • 1
  • 10
  • 16
0
votes
1 answer

AppleScript - accentued characters

I have problem with special characters in AppleScript (service in Automator). The selected text (title of a book) is the input (titre in the script), and the goal is to display in safari the result of the advanced research of this book on…
0
votes
0 answers

Install RODBC package in R with MacOS 10.13.3 - High Sierra

I've been trying to install the RODBC package in R Studio on MacOS 10.13.3 - High Sierra, but I've not succeeded yet. I tried to follow some answers for previous versions of MacOS here on Stack, but none worked, not even this one: how to install…
0
votes
1 answer

Sphinxsearch 2.3.2-beta version for OSX

I want to install 2.3.2-beta version on my Mac book pro (sierra) and I couldn't find the setup file in any site. Could you please help me to install it on my OSX? I also ask this question on sphinxsearch forums, but no one answered me. Also there is…
Misagh Laghaei
  • 1,293
  • 1
  • 14
  • 26
0
votes
0 answers

C++ include libary OSX, clang, ld: symbol(s) not found for architecture x86_64

i'm trying to develop a small scaled application to exchange data between a pc and a plc using the snap7 Libary. I installed snap7 via brew and edited my cmake with the following…
bhmth
  • 51
  • 6