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
31
votes
16 answers

MySQL Compatibility with MacOS Sierra

Does anybody know of any compatibility issues or quirks with MySQL Community Server/Workbench on macOS Sierra? I recently did an installation on a Mac that had never held MySQL before and it doesn't seem to be working correctly. (Now maybe I just…
Bob
  • 910
  • 1
  • 8
  • 12
29
votes
9 answers

Xcode update stuck after updating macOS

After updating macOS, I cannot update XCode anymore: I have been waiting for 2 hours but AppStore does not update. How do I restart the Xcode update process from the beginning? Regards
quanguyen
  • 1,443
  • 3
  • 17
  • 29
28
votes
1 answer

AppleEvents: received mach msg which wasn't complex type as expected in getMemoryReference

I am on Xcode 9.2, OSX, Objective-C. Since OSX High Sierra Update, i get a lot of error messages logged like this: AppleEvents: received mach msg which wasn't complex type as expected in getMemoryReference. I have two XPC Services handling apple…
Pat_Morita
  • 3,355
  • 3
  • 25
  • 36
26
votes
2 answers

How do I enable C++17 in Xcode for Mac OSX?

How do I enable C++17 in Xcode (9.4.1) on OSX High Sierra (10.13.5)?
claytonjwong
  • 814
  • 1
  • 7
  • 13
25
votes
5 answers

How to include dependencies from venv directory when running pyinstaller for project built in Pycharm?

I'm new to Python and PyCharm. I'm running on OSX High Sierra. I've created a project in PyCharm that uses lxml. I've installed lxml 4.1.1 as a project dependency, and I can see it's files under myProject/venv/lib/site-package/lxml I can run my…
George
  • 579
  • 1
  • 5
  • 12
24
votes
8 answers

VirtualBox install failed in a clean OSX 10.13

I did a clean install of High Sierra, Mac OS X 10.13 on my mac. I've installed a few apps, some browsers, webStorm, vagrant, skype and slack. When trying to install virtualBox I get an error message saying: "The installation failed. The installer…
Newen F
  • 253
  • 2
  • 6
23
votes
3 answers

Nativescript doesn't recognize Xcode (High Sierra)

I'm on High Sierra with Xcode Version 9.0.1 (9A1004). When running tns doctor I get the following warning: WARNING: Xcode is not installed or is not configured properly. You will not be able to build your projects for iOS or run them in the iOS…
Philip Feldmann
  • 7,887
  • 6
  • 41
  • 65
22
votes
1 answer

Mac OS High Sierra 10.13.2 - Android Emulator has no internet connection

Just installed Android Studio 3 on Mac OS High Sierra 10.13.2 and created a virtual device. Lunched the emulator, but it seems that there is no internet connection. Please check the screen grab. What am I missing ?
Stefan Ciprian Hotoleanu
  • 2,202
  • 1
  • 23
  • 30
22
votes
6 answers

What is /Library/StagedExtensions for and how to remove extensions

I'm trying to uninstall Parallels completely from macOS High Sierra. I removed everything from the disk except some Parallels extensions that are stored under /Library/StagedExtensions/Parallel Desktop.app I think the location has to do with user…
Pinco Pallino
  • 916
  • 1
  • 6
  • 18
22
votes
9 answers

APFS Container Resize error code is 49153

I'm trying to resize my Mac Partition, however I always get this error: APFS Container Resize error code is 49153 Error: -69606: A problem occurred while resizing APFS Container structures using the Disk Utility app or terminal with the command…
Spidersaw
  • 344
  • 2
  • 4
  • 12
21
votes
9 answers

Unable to build and install Valgrind on macOS High Sierra

I cannot install Valgrind on macOS High Sierra. It's not available through brew. I've tried with 3.10. After make install, I get this message: configure: error: Valgrind works on Darwin 10.x, 11.x, 12.x, 13.x and 14.x (Mac OS X…
Alexander Kleinhans
  • 5,950
  • 10
  • 55
  • 111
21
votes
1 answer

Meld fails to start after upgrading to 10.13 high-sierra

Meld fails to start after upgrading to the 10.13 osx version (high sierra). How do I fix this?
20
votes
5 answers

Symbol not found: _OBJC_IVAR_$_NSScroller._action in High Sierra

An application which worked on previous versions of MacOS fails on High Sierra with the following message: dyld: Symbol not found: _OBJC_IVAR_$_NSScroller._action Referenced from: Expected in: …
Malcolm McCaffery
  • 2,468
  • 1
  • 22
  • 43
19
votes
3 answers

Can't spoof MAC address in a MacBook

I'm having some trouble spoofing my MAC address on my new MacBook Pro (OSX 10.13.6): it simply doesn't change -.-" On my prevous MacBook I created and used this script: #! /bin/bash echo "Old MAC:" sudo ifconfig en0 ether | grep…
Verim
  • 1,065
  • 9
  • 17
19
votes
2 answers

Cannot accept self signed certificate in Safari 11 to access Vagrant / Homestead local site

I installed Vagrant and Homestead to test my app locally. Everything works correctly when I access http://mysite.app in Firefox and Chrome. However, Safari won't let me use the http / non secure version of the site and will automatically redirect me…
Louis Charette
  • 1,325
  • 1
  • 10
  • 34
1
2
3
53 54