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
20
votes
7 answers

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 Apparently the containers were not deleted well, I…
20
votes
0 answers

How to disable the sheet asking "Do you want to move the installer to the Trash?" after installation is complete

I use pkgbuild productbuild to build the installer. However, installing on OS X 10.12 Sierra, after installation is complete, I see the sheet "Do you want to move the installer to the Trash? To keep this package and disk image in its current…
20
votes
6 answers

How do I disable the Show Tab Bar menu option in Sierra apps?

I've got an app that uses a Toolbar in a NSWindow. I don't want users to be able to customize this toolbar for aesthetic reasons. In Sierra there's a new Menu option that gets inserted into "Menu > View" called Show Tab Bar. How do I disable this?…
strangetimes
  • 4,953
  • 1
  • 34
  • 62
19
votes
7 answers

Broken terminal - [forkpty: Resource temporarily unavailable][Could not create a new process and open a pseudo-tty.]

I can't start up my terminal on MacOS 10.12 I get the following message: [forkpty: Resource temporarily unavailable][Could not create a new process and open a pseudo-tty.] How do I resolve this?
user2398046
19
votes
2 answers

Terminal command to control Night Shift in macOS

Does anyone know of a Terminal command to control Night Shift in the 10.12.4 beta? I've been looking through plist files but can't find anything related to night shift.
Nate
  • 473
  • 3
  • 14
19
votes
2 answers

Deleting App / NSUserDefaults data on macOS

I am from iOS dev background and writing my first MacOS app in Swift. On iOS, if I want to delete the app's NSUserdefaults, I would tap/hold the app icon on my device and delete it. On MacOS, however, I do not see my app icon in applications folder.…
Kashif
  • 4,642
  • 7
  • 44
  • 97
19
votes
6 answers

Apache giving 404 error after Mac OS sierra update

I just updated to Mac OS 10.11 Sierra lately and classic web server is not working properly, or I should say that my home directory is not working Apache server is working at localhost as I get the 'It works' page, but localhost/~myuser is giving…
drusixtynine
  • 193
  • 1
  • 1
  • 7
18
votes
1 answer

Can I use my GPU from a docker container on a MacBook Pro ? (AMD Radeon GPU)

I would like to run a GPU enabled app (Gazebo) inside a docker container on my MacBook Pro. I seemed to me, through my research, that about a year ago, Docker released a native Docker app for MacOS. Before that, Docker used to spawn an entire Linux…
deb0ch
  • 1,133
  • 2
  • 16
  • 25
18
votes
5 answers

Host Key Verification Failed - GitLab with Visual Studio Code on macOS

I keep getting a "Host Key Verification Failed" error when trying to push changes to a git controlled folder/project to Gitlab. For whatever reason, it works fine using Visual Studio for Mac, and I can login to my Gitlab account just fine via web…
jspinella
  • 2,013
  • 3
  • 25
  • 39
18
votes
1 answer

Jenkins: where is the login.keychain file in /Users/*name*/Library/Keychains folder?

I am trying to packaging an iOS ipa with Jenkins. So I get Keychains and Provisioning Profiles Management plugin and try to upload keychain which it needs. My Mac operating system is sierra(10.12.2), I enter the folder at…
Shuhari
  • 317
  • 1
  • 2
  • 10
18
votes
5 answers

ionic serve Cannot read property 'hasOwnProperty' of undefined (CLI v2.1.7)

New project just installed by ionic (following instructions on ionic's site) on macOs Sierra. When I try to run ionic serve it fails with this error: TypeError: Cannot read property 'hasOwnProperty' of undefined at Object.runr…
meanstacky
  • 387
  • 1
  • 8
  • 18
18
votes
4 answers

Interacting with Siri via the command line in macOS

I use Siri on my phone and watch to create reminders on the go. When I'm in the office I don't want to disturb the quiet by using Siri, so I usually use an Alfred workflow that is integrated with the Reminders app, or use the Reminders app…
Cory Klein
  • 51,188
  • 43
  • 183
  • 243
17
votes
2 answers

pg_upgrade: "lc_collate values for database "postgres" do not match"

I've just upgraded (using Homebrew) my postgreSql and postGis installations. I can no longer 'brew postgresql-upgrade-database' (as it's telling me that my data is 'error: already upgraded' from a previous attempt; it's not, since the attempt…
Josef M. Schomburg
  • 477
  • 1
  • 5
  • 11
17
votes
4 answers

R 3.4.1 Console Interface Very Slow on Mac

I have upgraded R from 3.3.3 to 3.4.1 and am finding that typing text directly into the R Console quickly becomes very laggy, even when R isn't using a lot of resources. I have observed this behavior running the last couple versions of macos sierra…
Electioneer
  • 447
  • 3
  • 11
17
votes
1 answer

Error copying files with FileManager (CFURLCopyResourcePropertyForKey failed because it was passed an URL which has no scheme)

I'm trying to copy some (media) files from one folder to another using FileManager's copyItem(at:path:), but I'm getting the error: CFURLCopyResourcePropertyForKey failed because it was passed an URL which has no scheme Error…
ruhm
  • 1,357
  • 2
  • 9
  • 10