Skip to main content

Questions tagged [macos-sierra]

The thirteenth release of Apple's desktop and server operating system for Macintosh computers. It is the first Mac software branded as "macOS", which was called "OS X", "Mac OS X", and other variants previously.

macos-sierra
Filter by
Sorted by
Tagged with
573 votes
16 answers
268k views

Command Line Tools not working - OS X El Capitan, Sierra, High Sierra, Mojave

I just upgraded from Yosemite to El Capitan (and replicated the problem upgrading from El Capitan to Sierra), and when I try to type for example git status inside a terminal, I get the following error:...
rista404's user avatar
  • 7,739
562 votes
39 answers
678k views

Cannot connect to the Docker daemon on macOS

I normally prefer to manage my apps on my OSX with brew I am able to install docker, docker-compose and docker-machine docker --version Docker version 17.05.0-ce, build 89658be docker-compose --...
Anthony Kong's user avatar
  • 39.8k
445 votes
8 answers
328k views

Correct way to install psql without full Postgres on macOS?

Official page do not mention such case. But many users need only psql without a local database (I have it on AWS). Brew do not have psql.
Vitaly Zdanevich's user avatar
331 votes
27 answers
117k views

Code Sign Error in macOS Monterey, Xcode - resource fork, Finder information, or similar detritus not allowed

Already tried : Code Sign Error on macOS Sierra, Xcode 8 Please see image showing error CodeSign /Users/gururajtallur/Library/Developer/Xcode/DerivedData/Flow-bkqjkvtmvjovpyepfjeyqmjpintj/Build/...
iPhoneProcessor's user avatar
195 votes
10 answers
155k views

.ssh/config: "Bad configuration option: UseKeychain" on Mac OS Sierra 10.12.6

I am trying to set up my ssh config on the Mac (Mac OS Sierra 10.12.6) in such a way that it stores the passphrase for my ssh key in the keychain. Previously I could do that with ssh-add -K ~/.ssh/...
Michael Lihs's user avatar
  • 8,070
188 votes
22 answers
54k views

RMagick installation: Can't find MagickWand.h

Updating RMagick and Imagemagick is a painful expierence. I have updated the Imagemagick version on my mac (MacOS El Capitan Version 10.11.5) with homebrew for one project in Ruby 2.3 to 6.9.5-9 $ ...
0x4a6f4672's user avatar
167 votes
23 answers
60k views

ERROR ITMS - 90167 No. app bundles found in the package

Before I start writing about the error, I'm running on macOS Sierra and using Xcode 7.3.1. So I'm creating an Archive from my App, I validate the App and it passes validation, but when uploading to ...
Charlie Pico's user avatar
  • 2,036
125 votes
8 answers
50k views

Jvm takes a long time to resolve ip-address for localhost

I seem to have a problem with performance of "sbt test" (which includes looking up localhost names/IP addresses) after upgrading to macOS Sierra. On a previous version of OS X it took about 40-50 ...
Tomasz Mikus's user avatar
  • 1,296
110 votes
1 answer
16k views

PDFtk hanging on MacOS Sierra

PDFtk Server seems to be hanging indefinitely on MacOS Sierra. Looks similar to the problem it had on El Capitan. I'm trying to run this command: pdftk test1.pdf test2.pdf cat output out.pdf ...
Nathan Hazzard's user avatar
110 votes
9 answers
28k views

Network Link Conditioner not working on macOS Sierra

After installing the newest version of Network Link Conditioner on macOS Sierra, it doesn't appear to work. It has no effect on my network connectivity, even when set to 100% loss. Anyone experience ...
Zach Lucas's user avatar
  • 1,641
90 votes
31 answers
113k views

`Authorization Token has expired` issue AWS-CLI on MacOS Sierra

I'm trying to push a docker image to the AWS ECR repository using the aws-cli. I just run the get-login command execute the output (which returns login succeeded) then try to push a docker image ...
Ludo - Off the record's user avatar
87 votes
5 answers
38k views

Command Line Tools bash (git) not working - macOS Sierra final release candidate

I have just upgraded from OS X 10.11 "El Capitan" to 10.12: "Sierra", and when I try to access git commands inside a terminal, I get the following error: xcrun: error: invalid active developer path ...
Sanket Prabhu's user avatar
84 votes
8 answers
38k views

security / codesign in Sierra: Keychain ignores access control settings and UI-prompts for permission

Starting with macOS Sierra, I can't import a codesign-identity into a keychain with /usr/bin/security any more without usr/bin/codesign UI-prompting for access when using this identity. This breaks ...
Sven Driemecker's user avatar
83 votes
5 answers
14k views

Repeated Popup: Xcode wants to access key "com.apple.dt.XcodeDeviceMonitor" in your keychain

Starting in MacOS Sierra, I've started to get this popup periodically from XCode, even after pressing 'Always Allow'. I've tried deleting the "com.apple.dt.XcodeDeviceMonitor" item in Keychain. This ...
Andrew Schreiber's user avatar
61 votes
7 answers
156k views

Docker login auth token

I'm trying to get docker login auth from ~/.docker/config.json file. But I can't see auth token in my config.json file. Here is my docker version. docker version Client: Version: 17.03.1-ce ...
Gayan's user avatar
  • 1,513
53 votes
12 answers
25k views

Can't install mysql2 gem on macOS Sierra

I'm setting up my development environment in the new macOS Sierra . First of all, I installed Rbenv, Ruby (2.3.1), Homebrew and so the latest version of MySQL (5.7.15). $ brew install mysql $ mysql....
Caio Tarifa's user avatar
  • 6,023
51 votes
7 answers
31k views

Trouble installing m2crypto with pip on OS X / macOS

pip install m2crypto Generates the following output: building 'M2Crypto.__m2crypto' extension swigging SWIG/_m2crypto.i to SWIG/_m2crypto_wrap.c swig -python -I/System/Library/Frameworks/Python....
user5275692's user avatar
50 votes
5 answers
84k views

Valgrind on macOS Sierra

I following this guide: valgrind installation guide After I have downloading the package, and I have run the sh script, but when I launch the make install command, it couldn't create the folder ...
th3g3ntl3man's user avatar
  • 2,058
49 votes
17 answers
50k views

Upgrading IntelliJ IDEA after Sierra Upgrade: does not have write access to /private/var

Trying to upgrade Intellij IDEA from 2016.2 to 2016.2.5 and I am getting this error: IDEA does not have write access to /private/var/folders/_q/7md3pcy10x9cxjdt9nzxjvdr0000gn/T/AppTranslocation/...
Gregg's user avatar
  • 35.6k
47 votes
4 answers
64k views

How can I uninstall dotnet core from macOS Sierra

I have tried to install dotnet core, but it does not worked. So, I would like to uninstall it and start refresh. How can I uninstall dotnet core from macOS Sierra(10.12.3). you can find below, ...
karfkars's user avatar
  • 4,013
45 votes
3 answers
70k views

How do I find my IOS app's archive file?

I have Mac OS Sierra. Unfortunately, I cannot upload my app due to a bug in Xcode 7.3.1 that makes it impossible to upload to iTunes Connect from Mac OS Sierra. I have found a work around: Can I ...
Foobar's user avatar
  • 8,090
43 votes
11 answers
101k views

Can't run "ssh -X" on MacOS Sierra

I just upgraded to MacOS Sierra, and I realized that I can't seem to run the "ssh -X" command in the Terminal anymore. It used to launch xterm windows, but now it's like I didn't even put the -X ...
Dodie's user avatar
  • 443
43 votes
9 answers
38k views

GDB kind of doesn't work on macOS Sierra

It is a problem that appeared when I first updated to macOS Sierra yesterday. GDB itself is running OK. However, somehow, it cannot run my program. When I type 'run' and 'enter', it immediately ...
Scott Chang's user avatar
42 votes
3 answers
7k views

Clipboard failure in tmux + vim after upgrading to MacOS Sierra

Yesterday, I upgraded to MacOS Sierra and it broke my clipboard functionality in my tmux + neovim setup. Here is the behavior: I can use the standard ctrl+c, ctrl+p to copy/paste between system <-...
doremi's user avatar
  • 15.2k
41 votes
2 answers
11k views

iosnoop, iotop, opensnoop, execsnoop, opensnoop, dtruss and other dtrace based commands don't work on osx El capitan, macOS Sierra

While running iosnoop command on OSX 10.11.1 I get an error with the following text: dtrace: invalid probe specifier /* * Command line arguments */ inline int OPT_dump = 0; inline int ...
Ara Yeressian's user avatar
40 votes
2 answers
11k views

ImageMagick 7 with RMagick 2.16 on MacOS Sierra Can't find MagickWand.h

I upgraded to imagemagick-7.0.4-3.sierra and now my previously installed RMagck 2.16 fails. I checked for MagicWand: $ find /usr/local -name MagickWand.h /usr/local/Cellar/imagemagick/7.0.4-3/include/...
anny_goerl's user avatar
40 votes
1 answer
38k views

Who or what is '_mbsetupuser'? [closed]

In all my terminal sessions on OS X or macOS, if I type who, in addition to the expected users (all me in various windows) I also always see _mbsetupuser console ... Just who is that, and what is ...
orome's user avatar
  • 47.6k
38 votes
18 answers
78k views

pyinstaller No module named pyinstaller

I have 2 python versions installed under my mac osx sierra: python 3.5 python 2.7 I installed pyinstaller under python3.5 with this command: python3.5 -m pip install pyinstaller If I run again the ...
pempem's user avatar
  • 423
38 votes
2 answers
17k views

Can you use macOS "log stream" or "log show" to get messages from connected iOS devices?

With the introduction of "Unified Logging" in macOS 10.12 Sierra, one can use the log command to view system log messages in a terminal. For example sudo log stream or sudo log stream --process `...
Kristopher Johnson's user avatar
37 votes
2 answers
5k views

After mac os sierra update facing scrolling issue with Java applications like Intellij

After the recent update, Mac os Sierra, to my Macbook pro, I'm facing scrolling issues with all Java applications like Intellij IDEA community edition. The scrolling in the editor panes are extremely ...
josamuel's user avatar
  • 373
36 votes
4 answers
97k views

How can I get Xcode working on my Mac Sierra (10.12.6)

I seem to have gotten stuck in MacOS / Xcode purgatory. I'm on OS Sierra/10.12.6. When I try to update, I get a warning, that there's an issue with upgrading vs DisplayLink and so it cannot be done. ...
Aid19801's user avatar
  • 1,166
36 votes
2 answers
62k views

Apache Localhost 403 Forbidden with macOS Sierra [closed]

macOS Sierra update made my Apache's localhost and now is inaccessible. I can only access localhost/. But sub-folders under localhost/<other-directory>/ are not and a "403 forbidden access&...
doncadavona's user avatar
  • 7,610
35 votes
2 answers
1k views

Phantom RStudio Errors

I'm encountering some really odd behavior with rstudio version 1.0.136 and r version 3.3.2, which unfortunately does not lend itself to a reproducible example. Whenever I force quit an rstudio ...
Shorpy's user avatar
  • 1,559
33 votes
1 answer
11k views

Gitx on mac os Sierra: Objective-C garbage collection is no longer supported

After upgrading to Sierra(10.12) I have an issue with garbage collection within GitX. objc[2253]: Objective-C garbage collection is no longer supported.
Ivan Rostovsky's user avatar
33 votes
2 answers
86k views

VPN over PPTP on mac os sierra [closed]

Lately I discovered that connecting to a VPN via PPTP option has been removed in the new mac os - sierra. I tried multiple application to do so - all failed. How can I connect to my VPN over PPTP? ps....
Niv Apo's user avatar
  • 1,053
32 votes
2 answers
30k views

How to start Docker for Mac daemon on boot?

I want to have Docker for Mac start on boot, not on login. How do I do this? I'd like to create a LaunchDaemon, I just don't know what program to start. All the examples I see seem to use docker-...
John's user avatar
  • 11.6k
31 votes
16 answers
25k views

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 ...
Bob's user avatar
  • 930
30 votes
4 answers
6k views

Slow app compilation with new Sierra update

When I updated my mac to macOS Sierra 10.12.1 time of running application on real device significantly increased. "Run custom script 'Embed Pods Frameworks'" and "Copy Swift standard libraries" take ...
psu's user avatar
  • 404
30 votes
4 answers
30k views

How to create dock icon for running terminal command in Mac OS

Now I open jmeter using terminal using command: open /usr/local/bin/jmeter I need it frequently, so I want to create dock icon to run this command. How can I do it? I tried to make a right click ...
Jacob's user avatar
  • 1,205
28 votes
8 answers
27k views

How to extract xip archive using command line?

I searched around how to extract XIP archive using command line with no luck so I am leaving my own solution, as a bash function, here. I found my inspiration here.
Ninja Inc's user avatar
  • 476
28 votes
3 answers
30k views

What Does the python -v Command Do

I recently reinstalled my macOS and I wanted to check the version of Python. I typed python -v into the terminal and I am not sure what this did? I am new to the terminal and python programming. Did I ...
Matthew's user avatar
  • 4,016
27 votes
7 answers
38k views

Docker FATAL: could not write lock file "postmaster.pid": No space left on device

postgres:9.5 I try rebooting, docker-compose build --no-cache delete image and container and build again I have many proyects and anybody starts, keeps the same configuration... Mac osx Sierra ...
Ivan Camilito Ramirez Verdes's user avatar
27 votes
1 answer
5k views

MacOS Sierra broke my git, oh noes - Applicable to Sierra, High Sierra, and Mojave

I upgraded to MacOS Sierra today and went to my repo like normal but none of the git commands work, in fact my machine doesn't recognize that I have git installed. help? I found this article but it ...
Ethan Parker's user avatar
  • 3,016
27 votes
4 answers
30k views

efilogin-helper running continuously at high cpu on MacBook Pro [closed]

There is a process launched by launchd called efilogin-helper running as root, which is continuously running at high CPU load (60% to 120%) Do you know what this process is and how I can get it under ...
T33C's user avatar
  • 4,411
26 votes
2 answers
15k views

Xcode - How to change the display name of an app for macOS?

The product name of the app is the name of your app as it will appear to customers and you choose it in the Xcode Assistant when starting a new project, but what if you would like to change it? It ...
Cue's user avatar
  • 3,082
25 votes
2 answers
10k views

Swift 3 copy string to clipboard

How do you Copy a string to Clipboard in macOS 10.12 with Xcode 8 and Swift 3? I am not able to find any reference.
Nisba's user avatar
  • 3,368
25 votes
2 answers
62k views

Windows SSTP VPN - connect from Mac [closed]

You may know that windows server VPN often can run on SSTP. Connecting from Windows 10 is pretty easy, but if you have to work remotely from your personal Mac? Mac OS does not support SSTP VPN out of ...
Yury Bondarau's user avatar
25 votes
3 answers
28k views

tmux no server running on /private/tmp/tmux-502/default

On macOS 10.12.1 tmux 2.3 When run: tmux source-file ~/.tmux.conf Got error: no server running on /private/tmp/tmux-502/default
s_zhang's user avatar
  • 877
24 votes
8 answers
52k views

Where are ini files on MacOsX Sierra?

I've just bought new MacBook Pro. Take a look on what php -i | grep ini returns: prompt> php -i | grep ini Configuration File (php.ini) Path => /etc Scan this dir for additional .ini files =>...
sensorario's user avatar
  • 21.2k
24 votes
5 answers
109k views

Where is the .profile file on mac?

I have a MacBook Pro 13` inch (without touch bar) and it is running mac os sierra. I have installed Xcode, command line tools and homebrew. Now I want to install python 3 and make it a default ...
Andile's user avatar
  • 394

1
2 3 4 5
31