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
21
votes
4 answers

How can the context menu in WKWebView on the Mac be modified or overridden?

I'm using a WKWebView in a Mac OS X application. I want to override the contextual menu that appears when the user Control + clicks or right clicks in the WKWebView, but I cannot find a way to accomplish this. It should be noted that the context…
Justin Michael
  • 5,634
  • 1
  • 29
  • 32
20
votes
4 answers

How to get weekdays array from system in Swift?

How can I take an array with days of week from the system (from NSDate, I think)? Until now, I can only take the current day, but I'd like to be able to take all weekdays in an array. If the first day of week is set to Monday, my array would look…
C-Viorel
  • 1,801
  • 3
  • 22
  • 41
19
votes
2 answers

R nightmare: Yosemite, R, RStudio, and Homebrew

I use a MacBook Pro 13" Retina (Late 2013) with OS X Yosemite 10.10.2. I wouldn't wish this upon my worst enemy. Well maybe. Nightmare in chronological order: Downloaded R and RStudio from official sites. Ran both apps a few times, fine. Installed…
Elan
  • 539
  • 1
  • 6
  • 18
19
votes
2 answers

OSX 10.10 import .pfx without a password?

I am attempting to import a .pfx certificate on a MacBookPro with 10.10. As I import the cert I am prompted to enter a password for the cert. I created the cert and I know there is no password. I cannot leave the password field blank as it…
Nate Hancock
  • 191
  • 1
  • 4
19
votes
7 answers

Installing HAXM on osx Yosemite

I'm following the instructions to install Intel HAXM on OS X. https://software.intel.com/en-us/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-mac-os-x These instructions say to install the driver, and…
emmby
  • 99,783
  • 65
  • 191
  • 249
19
votes
4 answers

Get localhost running on mac OS X Yosemite

I have updated my OS to Yosemite and the only issue I have is that my localhost is not working anymore. Please excuse if the questions sounds dumb but I have limited knowledge about servers. with Mavericks I was able to use localhost and…
Xaver
  • 11,144
  • 13
  • 56
  • 91
19
votes
2 answers

In OS X 10.10 (Yosemite Beta), How do I Test Using iOS 6.1 Simulator?

I am trying to target iOS 6.1 using Xcode 5 in Yosemite Beta. However, the simulator won't even run the app, or show the default icons (all I get is a black iOS-shaped screen, and Home or Lock buttons are not working). The 7.1 simulator works…
Brendan Hannemann
  • 2,084
  • 1
  • 18
  • 33
18
votes
2 answers

NSControl's setCellClass is deprecated in OS X 10.10 what's the alternative for overriding NSTextField's cell class?

I'm attempting to follow the post linked below to override the NSCell of a NSTextField but it looks like the setCellClass method is now deprecated in OSX 10.10. How to make NSTextField use custom subclass of NSTextFieldCell? How should one override…
Camsoft
  • 11,718
  • 19
  • 83
  • 120
18
votes
3 answers

After upgrade, PHP no longer supports PNG operations

After updating to Mac OS X 10.10 (Yosemite) and starting Apache with PHP support, everything works as before except for any image operations on PNG files. I get a Call to undefined function imagecreatefrompng(), while any operation on JPEG files…
Rainer Mohr
  • 536
  • 1
  • 3
  • 10
17
votes
4 answers

Git Clone Fails with sslRead() error on OS X Yosemite

I'm currently on OS X Yosemite 10.10.3, and trying to git clone an existing repo which works fine on Windows. I've tried a combo of installing git through homebrew with curl/openssl with no luck. When i run the git clone, i get the following ssl…
pinkdevelops
  • 718
  • 3
  • 7
  • 16
17
votes
4 answers

Get Qt5 up and running on a new Mac

Coming from Ubuntu I bought a new iMac and tried to setup my Qt development. Everything else is already up and running. Xcode command line tools are also installed. Because it surprised me how good brewand brew caskworked I wanted to install…
Nick Lehmann
  • 598
  • 1
  • 7
  • 25
17
votes
4 answers

How to import and use python Levenshtein extension on OSX?

I've downloaded the python-Levenshtein archive and extracted Levenshtein dir. So, in result I have the following files structure: Levenshtein - __init__.py - _levenshtein.c - _levenshtein.h - StringMatcher.py myscript.py And the following…
LA_
  • 19,823
  • 58
  • 172
  • 308
17
votes
3 answers

How to disable words autocomplete when pressing F5 or ESC in MacOS Yosemite/El Capitan?

When I press ESC or F5 key in many windows (like Preview) of MacOS Yosemite (10.10.1), or El Capitan (10.11.5) an autocomplete menu appear, and sometimes auto insert the first word in the document I am, what is very inconvenient. It modifies PDF's,…
Ricardo Martins
  • 5,702
  • 3
  • 40
  • 59
17
votes
7 answers

"Couldn’t communicate with a helper application" on 10.10

I'm suddenly getting this error on Yosemite: ***storageTaskManagerExistsWithIdentifier:withIdentifier failed: Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection to service named…
Dr.Kameleon
  • 22,532
  • 20
  • 115
  • 223
17
votes
2 answers

iOS ipa codesign on XCode 6.1 & Yosemite

I was used to sign my app with the following command codesign --resource-rules=ResourceRules.plist -f -s "SIGNER_NAME" MYAPP.app After installing Yosemite and XCode 6.1 it gives the following warning: Warning: --resource-rules has been deprecated in…
Sirio
  • 991
  • 2
  • 12
  • 27