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

rvm install fails with error: "__rvm_detect_max_threads:cd:21: string not in pwd: /***"

I just upgraded my macOs to Sierra, and trying to set it up. On trying to use rvm to install ruby, I'm getting this very weird error: __rvm_detect_max_threads:cd:21: string not in pwd: /Users/sunday/workspace/contributions I have only one folder…
x6iae
  • 4,074
  • 3
  • 29
  • 50
0
votes
0 answers

UIBezier Path, Node Jump

I'm working on a Mario Clone for Mac and would like to make the player jump on a curved line when the right and up arrow are pressed.I've heard about UIBezierPaths being the solution to this, but sadly I have no clue how to use them.Can someone…
0
votes
1 answer

New "Non-file URL" Error In MacOS project Xcode8 Swift 3

I have some code that worked fine prior to upgrade to Swift 3 and xCode 8.0. print("Thumb", self.theTempPath!) video["videoThumbnail"] = CKAsset(fileURL: self.theTempPath! as URL) produces this in the Console Thumb…
Peter Wiley
  • 820
  • 7
  • 19
0
votes
1 answer

Directory not found while installing gtest library

I'm installing google test to use with Xcode, but I'm running into a small problem. When installing the headers and libs on my system it is recommended to use the following commands $ sudo cp -a include/gtest /usr/include $ sudo cp -a lib/.libs/*…
user5292617
0
votes
1 answer

Is Clang-3.3 not available for Sierra and future releases?

I have tried to upgrade my macports after upgrading my iMac to Sierra. When Clang-3.3 was encountered, port upgrade gave the message: llvm-3.3 is not supported on macOS Sierra or newer and stopped further upgrade process. Had Macports stopped…
Seshadri R
  • 1,192
  • 14
  • 24
0
votes
0 answers

installing qt on macOS Sierra

I have installed qt creator to my mac and I need to configure it. However when I run the configure file I get the error: Xcode not set up properly. You may need to confirm the license agreement by running /usr/bin/xcodebuild without arguments. I…
Mehr
  • 170
  • 1
  • 1
  • 8
0
votes
1 answer

Keeping 2 x Versions of Xcode on Mac

I was rooting around for the answer on StackOverflow to the question above, as I had recently updated to Mac Sierra and by doing so Xcode 7 updated to 8 automatically. I couldn't find the answer to what I wanted, so I decided to share my…
David West
  • 1,550
  • 1
  • 18
  • 31
0
votes
1 answer

I have only pods in my scheme in Xcode workspace not other products like my app icon

I had a project in Yosemite using cocoa pods workspace to open it, after I update to Sierra, only pods content are available and my files are not there under xcodeproj file in Xcode inspector here is the image
sssaaan
  • 49
  • 9
0
votes
1 answer

After upgrading to Sierra, "The executable was signed with invalid entitlements."

The entitlements specified in your application’s Code Signing Entitlements file are invalid, not permitted, or do not match those specified in your provisioning profile. (0xE8008016). I am specifically asking what can be done about this Xcode…
Bradley Thomas
  • 4,060
  • 6
  • 33
  • 55
0
votes
3 answers

Why i can't install autopy?

I'm using MacBook and Operating System is MacOS Sierra. I use this command to install autopy: sudo pip install autopy But i get this error: Collecting autopy Downloading autopy-0.51.tar.gz (74kB) 100% |████████████████████████████████| 81kB 256kB/s…
Mubariz Hajimuradov
  • 475
  • 1
  • 9
  • 20
0
votes
1 answer

boot2docker not starting in macOS Sierra

Any idea what this error means? My boot2docker does not start after I upgrade to macOS Sierra from El Capitan. Boot2Docker-cli version: v1.6.2 Git commit: cb2c3bc boot2docker up Waiting for VM and Docker daemon to…
user786045
  • 2,498
  • 4
  • 22
  • 18
0
votes
1 answer

Eclipse Juno (both 4.2.2 and 4.2.1) does not run on Mac Sierra (10.12)

I've tried editing the file eclipse.ini and set the vm with the paths of the various JDKs installed but still it does not open on Mac Sierra (10.12). I've tried the following JDKs: 1.6.0.jdk jdk1.7.0_79.jdk jdk1.8.0_20.jdk
Saverio Java
  • 78
  • 11
0
votes
0 answers

objective c Drag And Drop IN OS X Sierra 10.12

In OS X sierra 10.12 Drag and drop is not working properly with NSTabView.... Drag and drop seems to only work in label of TabView not the entire tab ..you can see in the following project sample...download Code OR here is code:-I have created a…
0
votes
1 answer

Exceptions allowed with App Transport Security (ATS) in macOS Sierra?

So at WWDC 2016, ATS was announced as being mandatory as of January of 2017. At least for iOS. Finding documentation about what's changing has been tricky (but I suppose I could hunt through a few WWDC videos to find the one or two slides where…
0
votes
1 answer

Golang: dyld: Symbol not found: _SecCertificateCopyNormalizedSubjectContent

I am building a Golang 1.7 (go version go1.7 darwin/amd64) application from OSX 10.12 Beta (16A312a) by running this command env GOOS=darwin GOARCH=amd64 /usr/local/go/bin/go build -ldflags=-s -o dist/program…
Javier Carmona
  • 527
  • 1
  • 8
  • 22