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
25
votes
2 answers

Windows SSTP VPN - connect from Mac

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 the box.
Yury Bondarau
  • 847
  • 1
  • 9
  • 20
24
votes
2 answers

macOS Sierra - how to enable "Allow Remote Automation" using command line

I am working on an automation stuff in macOS Sierra (10.12.2). By using python's atomac support I can launch the safari browser and make the settings enabled via Safari -> Preferences -> Advanced -> check "enable Develop Menu" and then select…
Swadhikar
  • 2,152
  • 1
  • 19
  • 32
24
votes
3 answers

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
  • 847
  • 2
  • 8
  • 16
24
votes
8 answers

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 => (none) Additional .ini files parsed =>…
sensorario
  • 20,262
  • 30
  • 97
  • 159
23
votes
5 answers

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 interpreter when calling it from the terminal. I have…
Andile
  • 384
  • 2
  • 3
  • 12
23
votes
10 answers

python setup.py egg_info mysqlclient

Trying to install mysqlclient using pip3 on Python 3.6.0 $ pip3 install mysqlclient Collecting mysqlclient Using cached mysqlclient-1.3.10.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): …
Denis Ostrovsky
  • 519
  • 1
  • 6
  • 16
23
votes
2 answers

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
  • 3,210
  • 2
  • 27
  • 46
23
votes
5 answers

Will Xcode 7.3.1 work on macOS 10.12?

I want to install and try out the new features of macOS 10.12. Also I really want to work on Xcode 8.0. But the same time I have some client projects which should written on Swift 2.2 [ Xcode 7.3.1 ], I don't want use Swift 2.3 or Swift 3.0. So is…
user6375148
22
votes
9 answers

Jenkins does not start on macOS 10.12 (Sierra)

After upgrading my macOS to Sierra, when I start Jenkins using launchctl load I cannot connect to localhost:8080. If I call launchctl load again, I see response "service already loaded". There is no log file at the default location /var/log/jenkins/…
Vladimir Grigorov
  • 10,903
  • 8
  • 60
  • 70
21
votes
3 answers

Add library search path to clang

How can I add /usr/local/lib to my clang library search path? This is what I see when I list my library search paths using clang -Xlinker -v:
dr_rk
  • 4,395
  • 13
  • 48
  • 74
21
votes
3 answers

Making Xcode embed necessary dylibs

I'm trying to do something pretty simple and typical, which is use dynamically linked libraries in my Xcode project and then deploy with all the necessary libraries embedded. However I must be doing something the wrong way, because Xcode 8 won't…
Michel Rouzic
  • 1,013
  • 1
  • 9
  • 22
21
votes
5 answers

Code Signature Invalid

Recently, I wasn't able to run some of my apps in Xcode. They would build, then quit without showing up. So I tried going into the Debug folder and starting the app manually. I ended up getting an error report from macOS telling me that the…
TDM
  • 814
  • 2
  • 12
  • 21
21
votes
5 answers

VirtualBox: NS_ERROR_FAILURE error on MacOS Sierra

I am using virtualbox+vagrant for running a virtual machine for development purposes. It was running perfectly fine before I made the stupid mistake of upgrading to Sierra. Here's the trace: nkohlis-MacBook-Pro:vagrant nkohli$ vagrant up Bringing…
Chocolava
  • 1,466
  • 2
  • 16
  • 20
21
votes
4 answers

New input placeholder behavior in Safari 10 - no longer hides on change via JavaScript

Safari 10.0 in macOS Sierra seems to have changed the way the placeholder in an input behaves when the input value is changed via JavaScript. It now also differs from what Chrome (53.0.2785.116) is doing. Until now, when setting an input value via…
Joshua
  • 1,349
  • 15
  • 26
20
votes
3 answers

Cocoa App webview not loading request

I have used webview to load url but it is not loaded. i have tried the same with wkwebview but couldn't load url. I have done following import WebKit Info.plist Allow Arbitrary Loads - YES Allow Arbitrary Loads in Web Content - YES LOG:…
Rakshit Korat
  • 1,159
  • 10
  • 23