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
-1
votes
1 answer

Simultaneous/Combined MouseListener & KeyListener, MouseEvent & KeyEvent Java

I want to know how work Simultaneously a MouseEvent & KeyEvent. Suppose an JFrame, JPanel. I want to know how work with an Event when certain MouseEvent & KeyEvent example: addKeyListener(new KeyAdapter() { @Override public void keyReleased(…
user7339033
-1
votes
2 answers

Is there a way to force MacOSX to Sort Folders on Top of Files (Windows Style)?

Is there a way to force MacOSX to Sort Folders on Top of Files (Windows Style)? The default setting is always messy and annoying.
Ben Dan
  • 15
  • 3
-1
votes
1 answer

ModuleNotFoundError: No module named 'tensorflow' after installing on Mac OS

I have followed the installation instruction on https://www.tensorflow.org/install/install_mac for Tensorflow virtualenv (as recommended). pip3 install --upgrade virtualenv virtualenv --system-site-packages -p python3 The installation was…
Per Quested Aronsson
  • 11,380
  • 8
  • 54
  • 76
-1
votes
1 answer

MacOS: remove temporary Microsoft files

My situation is as follows: $ pwd /Users/user_name/Desktop $ ls ~$file_1.xlsx ~$file_2.pptx ~$file_3.pptx $ rm ~$file_1.xlsx rm: ~.xlsx: No such file or directory Best I can gather, these files were opened during a VPN connection,…
93i7hdjb
  • 1,136
  • 1
  • 9
  • 15
-1
votes
1 answer

Adding SSH keys to Git

I'm unable to add a new SSH key to GitHub, the SSH key pair that I've generated is id_rsa and id_rsa.pub. When I've tried to add these to my account in GitHub I'm told that the key is invalid, so I've tried various combinations, like ssh-id_rsa,…
Robert
  • 109
  • 3
  • 13
-1
votes
2 answers

How to install virtualenv by using pip in MacOS High Sierra?

Command which i used to install virtualenv:- sudo pip install virtualenv Result:- The directory '/Users/apple/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the…
Harsh Trivedi
  • 5,591
  • 3
  • 12
  • 14
-1
votes
1 answer

Mac OS Siera Python segfault 11

SO I have been developing a program for my wife on my machine, which is windows. She recently finally got a laptop, so I'm working on moving everything onto there for her. After hours of messing around (NOT a Mac guy, hate them and am very…
aescript
  • 1,775
  • 4
  • 20
  • 30
-1
votes
1 answer

Can't locate c++ executable that g++ just created

This is a baffling issue for me, will be glad if someone has an insight. I am tasked with converting an existing small c++ project that currently uses makefiles to one that is based on CMAKE. I am through the task, created CMakeLists.txt in all…
itsleo5
  • 1
  • 2
-1
votes
1 answer

Vagrant localhost production

I have questions about virtual machine using vagrant. I need to install vagrant on a mac, but not for development mode. Just in production. My website runs localy on my mac and every day I need to run vagrant to use my website. It's important to…
-1
votes
1 answer

Objective-c bool true and false covert (NSDictionary)

Instead of printing 1 or 0. I wan't it to output either True or false. Here is my current code NSString *plistPath = @"/Library/Preferences/TestPlist.plist"; NSDictionary *plistData = [NSDictionary dictionaryWithContentsOfFile:plistPath]; NSString…
user2720970
  • 284
  • 1
  • 3
  • 17
-1
votes
2 answers

macOS Sierra: reload firewall whenever network changes

I've been trying to reload pf rules whenever network changes. Here is my plist file. /Library/LaunchAgents/com.wwk.networkchange.plist
Pei
  • 11,452
  • 5
  • 41
  • 45
-1
votes
1 answer

Get a column info, based on the cell selected in view based table view (OSX)

In a table view (view based (OSX)), is it possible to get the column name based on the the cell selected in the table view. For example, If in a table view, I click on cell (row 3 col 5), does App UI kit framework or other, has a API that would give…
Sai.kumar19
  • 19
  • 1
  • 3
-1
votes
1 answer

Cannot Delete Xcode Git Project on Mac OSX

I am using Mac, Xcode, and Git for development. On my Mac, there are some Xcode projects that are no longer needed and has already been deleted before. However, after I deleted those folders, they always come back couple hours later, with only .git…
Ziming Li
  • 3
  • 2
-1
votes
1 answer

Could not load the nibName issue (xamarin)

We start to prepare project with generic solution for few apps using Xamarin studio (the idea is to let all our apps use same "Core" components). We started from preparing general "Core" with base functionality. Also we add "subCore" - libraries…
hbk
  • 10,908
  • 11
  • 91
  • 124
-1
votes
1 answer

rake db:migrate StandardError macOS

I'm getting a so called 'StandardError' when I run rake db:migrate. I ran this command: rake db:migrate And got this 'StandardError' in a Mac Terminal
1 2 3
99
100