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
47
votes
10 answers

Can't run Android Studio on Yosemite

Can't install Java 7 (installer refuses). Can install Java 8. But then starting Android Studio, it says it needs to install the legacy JDK 6, which is not going to work for me because our projects are already 1.7.
Rob
  • 11,446
  • 7
  • 39
  • 57
42
votes
5 answers

youtube-dl DASH video and audio in highest quality without human intervention

With youtube-dl I first look what video quality is available and then in second step I download highest possible quality (in this example -f 137+140). Youtube-dl will automatically merge audio and video stream (DASH format) How to automate that with…
Sybil
  • 2,503
  • 3
  • 25
  • 36
41
votes
4 answers

Error: logging directory does not exist /var/mobile/Library/Logs/CrashReporter/DiagnosticLog/

UPDATE: SUBMIT BUG REPORTS AND REFERENCE THIS NUMBER: #18882445 I keep having this error come up randomly through various compile times (even if nothing seems wrong with the app) [PLLogging] ***** Error: logging directory does not exist…
Aggressor
  • 13,323
  • 24
  • 103
  • 182
41
votes
7 answers

Xcode & Swift - Window without title bar but with close, minimize and resize buttons

I am currently using Swift in Xcode 6, Beta 5. I am trying to remove the title bar, or any visible difference between the title bar and the actual content. If I enable "Unified title and toolbar" in the Attributes Inspector on a Window, nothing…
Isaiah
  • 1,852
  • 4
  • 23
  • 48
41
votes
8 answers

Eclipse won't start after installing Mac OS X Yosemite (Mac OS 10.10)

Right after upgrading to Mac OS Yosemite (10.10), my Eclipse won't start anymore. Instead I get The JVM shared library /Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk/Contents/Home/bin/../jre/lib/server/libjvm.dylib" does not contain the…
leonard
  • 2,337
  • 4
  • 22
  • 26
40
votes
6 answers

Attempt to install Qt on OS X gives 'You need to install Xcode 5.0.0', but this version is so old it's not available

I am a Windows/Linux developer who occasionally builds for OS X - particularly in Qt. I have a simple Qt project that I have been developing on Windows. I now wish to build it on OS X. I am running Yosemite. I have installed Xcode 7 and am…
Dan Nissenbaum
  • 13,558
  • 21
  • 105
  • 181
39
votes
2 answers

OSX Safari Frame Load Interrupted

I have a basic HTML website (with some javascript) using a simple anchor tag to download a file like so: Mexml Samples 1.0 In order to track the number of downloads, I have an onclick handler…
Peter M
  • 7,309
  • 3
  • 50
  • 91
39
votes
5 answers

How to have folders first before any file in finder (Mac) programmatically?

I am new to Mac OS. I want to have the folders first before any other file in finder through my cocoa app. Can anyone suggest me a way of doing this like xtraFinder, PathFinder etc apps do? I have gone through the followings links. One way is…
user11
  • 391
  • 1
  • 3
  • 4
37
votes
10 answers

Android Studio Update Error on OSX Yosemite

When I check for updates in Android Studio (1.0.1) it says there is an updates available (1.0.2), but shows this error: Android Studio does not have write access to /Applications/Android Studio.app/Contents. Please run it by a privileged user to…
aaa90210
  • 11,295
  • 13
  • 51
  • 88
36
votes
3 answers

Nginx broken after upgrade to osx yosemite

Nginx was working fine on Mavericks, and now after I upgraded to Yosemite its displaying nginx command not found , I tried to install nginx with brew install nginx and it displays an error Error: You must brew link pcre before nginx can be…
Arun
  • 1,528
  • 3
  • 19
  • 34
36
votes
4 answers

Mac OS X 10.10 Yosemite Postfix SASL authentication failed

I followed the step described in the link below to setup my mac to send out email. http://www.anujgakhar.com/2011/12/09/using-macosx-lion-command-line-mail-with-gmail-as-smtp/ It was working fine on my Mac OS X 10.9. But after I upgraded to OS X…
TFS
  • 964
  • 1
  • 9
  • 19
34
votes
1 answer

How to trigger a notification from the command line in OSX Yosemite?

Is there a native-way in OSX to trigger a notification, other than using https://github.com/julienXX/terminal-notifier?
onassar
  • 3,313
  • 7
  • 36
  • 58
33
votes
4 answers

How can I create Yosemite-style view with translucent/blurry background?

In Yosemite sidebars have a semitransparent "vibrant" background. How can I create a view like that in 10.10/Xcode 6? Can I give any view such background? I've found that NSOutlineView will default to such background when you give it "Source list"…
Kornel
  • 97,764
  • 37
  • 219
  • 309
32
votes
8 answers

Node script executable not working on Mac : env: node\r: No such file or directory

I have created my node script executable to execute some tasks grunt. On Windows, my node script works fine. But on Mac OS X (Yosemite), it's not working. My node script has been published on Windows. My node script is installed via npm command…
PauloDev
  • 952
  • 1
  • 8
  • 20
32
votes
8 answers

Eclipse: The specified JRE installation does not exist

I used to have Eclipse configured well and work fine before. But I just uninstalled it and installed Eclipse Juno again on my Mac OS 10.10 today. But I kept getting this error: "The specified JRE does not exist." I know it's a pretty simple and…
Fisher Coder
  • 3,278
  • 12
  • 49
  • 84