Questions tagged [osx-yosemite]

OS X Yosemite (version 10.10) is the eleventh release of OS X, Apple's desktop and server operating system for Macintosh computers.

OS X Yosemite (version 10.10) is the eleventh release of OS X, Apple's desktop and server operating system for Macintosh computers.

Yosemite introduced a revision to the operating system's user interface. Its graphics are inspired by iOS7. Some icons have been changed to go along with iOS 7 and iOS 8. It still maintains the OS X desktop metaphor. The interface incorporates a flatter visual appearance with blurred translucency effects.

OS X Yosemite was the first release to introduce Apple's new programming language, Swift.

Related tags

2087 questions
17
votes
3 answers

How do I access my iCloud Drive folder from Terminal?

I'm running OS X Yosemite. I would like to save my code folder in iCloud Drive so that it's automatically backed up. I need to access files from the Terminal often, so how can I access iCloud Drive from the Terminal?
Varinder Singh
  • 1,570
  • 1
  • 11
  • 25
17
votes
10 answers

Failure to install nokogiri libiconv is missing on Yosemite Mac OS X 10.10

Trying to install Nokogiri I’m getting the following error Maxims-MacBook-Air:ScrapingTheApple maximveksler$ gem install nokogiri Fetching: nokogiri-1.6.2.1.gem (100%) Building native extensions. This could take a while... Building nokogiri using…
Maxim Veksler
  • 29,272
  • 38
  • 131
  • 151
16
votes
7 answers

Is it ok to install both Python 2.7 and 3.5?

Supposedly Python 2.7 is included native to OSX 10.8 and above (if I remember correctly), but I recently installed Python 3.5 to use for projects while I work through UDacity. Lo and behold, the UDacity courses seem to use 2.7 - wups! So instead of…
jarombra
  • 203
  • 1
  • 3
  • 10
16
votes
4 answers

launchctl - remove enabled/disabled override

On OS X Yosemite (10.10), is there any way to remove the enabled/disabled override setting for a service? For example, to permanently disable non-existent service 'test' for root, do this: sudo launchctl disable user/0/test Check that it has been…
Francis
  • 259
  • 1
  • 2
  • 11
16
votes
5 answers

Error message for virtualenvwrapper on Mac OS X Yosemite 10.10.3

I recently did a clean install of Mac OS 10.10.3 and am trying to set up a python environment. But I can't get virtualenvwrapper to work. I installed python 2 and 3 using Homebrew. $ which python /usr/local/bin/python $ which…
user1499532
  • 315
  • 1
  • 3
  • 10
16
votes
9 answers

Unable to stop MySQL on OS X 10.10

I'm starting to go nuts over this. I setup MySQL/Apache/PHP using the tutorial by Coolest Guides On The Planet. I'm guessing something went wrong as its not working as expected so I want to uninstall and try again. The trouble is that I can't…
LB79
  • 1,285
  • 2
  • 12
  • 20
16
votes
2 answers

Using Image Editing extensions on Yosemite in own app

In my OS X app, I want to let the user edit images with the appropriate action extensions installed on his/her Mac, e.g the image markup extension as present in Mail.app or TextEdit (for RTFD files with images) - or Pixelmator's repair tool if…
iljawascoding
  • 1,090
  • 9
  • 20
16
votes
2 answers

TestFlight desktop app v1.0 not working on OSX Yosemite v10.10?

I have just updated my OSX to Yosemite, then I ran into an error when submitting a new build to TestFlight with the TestFlight desktop app. error: /usr/bin/codesign --force --preserve-metadata=identifier,entitlements,resource-rules --sign…
Jibeex
  • 5,509
  • 3
  • 27
  • 37
16
votes
2 answers

How do you use the dark vibrancy on an NSWindow?

What is the correct way to use the Vibrant Dark (NSAppearanceNameVibrantDark) or Vibrant Light (NSAppearanceNameVibrantLight) modes with an NSWindow? I'm building an application and would like to offer the new Vibrant Dark appearance as an option…
kennyc
  • 5,490
  • 5
  • 34
  • 57
16
votes
10 answers

NSStatusBarButton keep highlighted

As of OS X 10.10 most of NSStatusItem has been deprecated in favour of the button property, which consists of an NSStatusBarButton. It should work like a normal button but unfortunately the cell and setCell methods in NSStatusButton have also been…
Luke
  • 4,908
  • 1
  • 37
  • 59
16
votes
3 answers

NSWindowController Autosave using Storyboard

I have a Swift application that is launching a simple NSWindow, like so: func applicationDidFinishLaunching(notification: NSNotification!) { let storyboard = NSStoryboard(name: "MainStoryboard", bundle: NSBundle.mainBundle()) …
Craig Otis
  • 31,257
  • 32
  • 136
  • 234
16
votes
2 answers

How can I install an older version of Jekyll?

I'd like to install Jekyll version 1.5.1 (on a Mac). Is it possible to do this? I found something about being able to downgrade, but I find it hard to believe there is no way just to install an older version. Thanks!
intA
  • 2,513
  • 12
  • 41
  • 66
15
votes
2 answers

CGEventTapCreateForPSN in Mavericks+ (GetCurrentProcess deprecated)

I am using CGEventTapCreateForPSN to trap and filter keys for my application. I'm not interested in intercepting events for other applications. I'm pretty sure an event tap is too heavy handed for my purpose, but I've been unable to find a better…
Jody Hagins
  • 27,943
  • 6
  • 58
  • 87
15
votes
2 answers

Homebrew on Mac Os 10.10 or 10.11 is not working

After installed Homebrew, when I run any brew ***, I keep getting this error: Homebrew requires Leopard or higher. For Tiger support, see: https://github.com/mistydemeo/tigerbrew My Env: Mac OS 10.10(Yosemite) I checked the brew.rb source, it…
zhangv
  • 950
  • 1
  • 9
  • 25
15
votes
1 answer

gem install mysql2 v '0.3.11' not working on Yosemite

When doing bundle install or direct gem install of mysql2 version 0.3.11 on ruby version 1.9.3 (rvm) I'm getting the error below. But when I install the latest version 0.3.16 it works. I also included my gcc version for…
steamboy
  • 1,162
  • 5
  • 20
  • 37