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 (10.12) is the thirteenth major release Apple Inc.'s desktop and server operating system for Macintosh computers. It was announced on June 13, 2016 at WWDC 2016.

This is the first Mac software to be branded as "macOS", a name chosen for consistency with Apple's other operating systems.

System requirements:

macOS Sierra requires at least 2GB of RAM and 8GB of storage space and will run on:

  • iMac: Late 2009 or newer
  • MacBook: Late 2009 or newer
  • MacBook Pro: Mid 2010 or newer
  • MacBook Air: Late 2010 or newer
  • Mac Mini: Mid 2010 or newer
  • Mac Pro: Mid 2010 or newer

Sierra is the first version of macOS since OS X Mountain Lion, released in 2012, that does not run on all computers that the previous version supported.

1532 questions
573
votes
16 answers

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: xcrun: error: invalid active developer path …
rista404
  • 7,639
  • 2
  • 18
  • 20
505
votes
34 answers

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 --version docker-compose version 1.13.0, build…
Anthony Kong
  • 37,791
  • 46
  • 172
  • 304
372
votes
8 answers

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
  • 13,032
  • 8
  • 47
  • 81
323
votes
26 answers

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/Products/Debug-iphoneos/Super\ Flow\ Flip.app cd…
iPhoneProcessor
  • 4,980
  • 6
  • 27
  • 49
188
votes
21 answers

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 $ convert --version Version: ImageMagick 6.9.5-9 Q16…
0x4a6f4672
  • 27,297
  • 17
  • 103
  • 140
183
votes
9 answers

.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/id_rsa But recently this doesn't seem to work…
Michael Lihs
  • 7,460
  • 17
  • 52
  • 85
167
votes
23 answers

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 App Store, I get the error "ERROR ITMS - 90167 No.…
Charlie Pico
  • 2,036
  • 2
  • 12
  • 18
124
votes
8 answers

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 seconds to finish. macOS Sierra times are much higher…
Tomasz Mikus
  • 1,286
  • 2
  • 9
  • 8
110
votes
9 answers

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 this? Is this simply a case of Apple not…
Zach Lucas
  • 1,631
  • 5
  • 15
  • 29
110
votes
1 answer

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 verbose And am getting no output, just an indefinite…
Nathan Hazzard
  • 1,413
  • 2
  • 12
  • 15
87
votes
5 answers

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 (/Library/Developer/CommandLineTools), missing…
Sanket Prabhu
  • 2,232
  • 3
  • 20
  • 33
83
votes
31 answers

`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 then I get the message: denied: Your Authorization…
Ludo - Off the record
  • 5,153
  • 4
  • 31
  • 23
83
votes
5 answers

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 regenerates the key, but doesn't fix the…
Andrew Schreiber
  • 14,344
  • 6
  • 46
  • 53
81
votes
8 answers

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 the packaging scripts of build server. There seems…
Sven Driemecker
  • 3,421
  • 1
  • 20
  • 22
53
votes
7 answers

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 API version: 1.27 Go version: go1.7.5 Git…
Gayan
  • 1,425
  • 4
  • 21
  • 41
1
2 3
99 100