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
27
votes
6 answers

NSOpenPanel in Swift . How to open?

I have this Objective-C Code : - (IBAction)selectFileButtonAction:(id)sender { //create open panel... NSOpenPanel* openPanel = [NSOpenPanel openPanel]; // NSLog(@"Open Panel"); //set restrictions / allowances... [openPanel…
C-Viorel
  • 1,801
  • 3
  • 22
  • 41
27
votes
1 answer

How to disable transparency for the project navigator?

I've updated to OSX Yosemite and see that one of the new "features" of Xcode is blur/transparency effect for the project navigator window. Below is an example of my wallpaper blurring through. I find this to be really fugly and distracting. Is there…
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
26
votes
7 answers

Trouble matching the vibrant background of a Yosemite NSMenuItem containing a custom view

I am attempting to add a custom view to an NSMenuItem in the OS X 10.10 Yosemite menu bar. The custom view is simply an NSView background with an NSTextField “label”. The problem is that the background NSView is given Yosemite-style…
pkamb
  • 33,281
  • 23
  • 160
  • 191
26
votes
6 answers

NSStatusItem change image for dark tint

With OSX 10.10 beta 3, Apple released their dark tint option. Unfortunately, it also means that pretty much all status bar icons (with the exception of Apple's and Path Finder's that I've seen), including mine, remain dark on a dark background. How…
Joel Fischer
  • 6,521
  • 5
  • 35
  • 46
25
votes
14 answers

Can't drag and drop item from storyboard to viewcontroller in xcode

I started working with xcode a few days ago, and today I tried to connect a textview from the main storyboard to the viewcontroller, but I figured out that its not working. I am able to ctrl+click to drag the item, but unable to place it in both…
Ohad Klein
  • 369
  • 1
  • 3
  • 6
25
votes
7 answers

What is the quickest way to toggle hide/show hidden files on a Mac OS X Yosemite?

I'm on Yosemite, and I want to toggle hide/show all the hidden files on a Mac. Every-time, I want to do that I have to go to Terminal.app and run these command : To show defaults write com.apple.finder AppleShowAllFiles TRUE To hide defaults write…
iori
  • 3,236
  • 12
  • 43
  • 78
25
votes
1 answer

Rails application not visible to local network

For the first time since upgrading to OSX Yosemite, I need to view an app running on my machine from another machine on the same network. Previously, this was as simple as finding my internal IP address and using that with port 3000, eg.…
BrightBlue
  • 417
  • 4
  • 11
25
votes
3 answers

How to detect dark mode in Yosemite to change the status bar menu icon

The status bar app icon has to be changed when dark mode is enabled in Yosemite. How to detect if dark mode has been enabled ? Is there any notification for the same ? Is it better to display another image or change the alpha value of existing…
sac
  • 890
  • 6
  • 19
24
votes
5 answers

How to get rid of warning messages after installing R?

The following output can be obtained after installation of R by homebrew and without in my OSX: During startup - Warning messages: 1: Setting LC_CTYPE failed, using "C" 2: Setting LC_COLLATE failed, using "C" 3: Setting LC_TIME failed, using "C" 4:…
Jan Deinhard
  • 19,645
  • 24
  • 81
  • 137
23
votes
2 answers

Apple's vim always used instead of homebrew

I'm seeing something very odd, and honestly I'm stumped. The version of vim that comes with mac is outdated (7.3 instead of 7.4). I'm trying to install vim from homebrew, and I want to use that one instead of the default apple version. I ran "brew…
kgreenek
  • 4,986
  • 3
  • 19
  • 30
23
votes
4 answers

IntelliJ 14 keyboard shortcuts are QWERTY though keyboard is DVORAK

I'm running IntelliJ 14 using Mac OS X layout running on OS X (Yosemite) IntelliJ is using DVORAK in general but not for keyboard shortcuts. keyboard shortcuts are in QWERTY. As if they were scancode based instead of the key value after…
John Dhom
  • 1,022
  • 9
  • 21
23
votes
1 answer

Safari 8 multiple select scrolling issue

I have been encountering an issue when using multiple select select fields within Safari 8 on OS X Yosemite. If the select field has an applied width, either in-line or as a class, I am unable to use the keyboards arrow keys to scroll down through…
Jonathan
  • 1,833
  • 13
  • 15
23
votes
9 answers

Yosemite upgrade broke ruby.h

Ever since upgrading to Yosemite, I get this error trying to build anything that includes ruby.h: In file included from…
isaacs
  • 16,656
  • 6
  • 41
  • 31
22
votes
6 answers

How to install Maven on OSX 10.10 (Yosemite)?

I am trying to install Maven on my Mac, but I can not get the JAVA_HOME variable right. The path that the maven website gives is, usr/java/jdk1.7.0_51 however the java folder does not exist in /usr/ for me. I installed the JRE and JDK, nothing…
Zach443
  • 311
  • 1
  • 2
  • 12
21
votes
1 answer

LLDB Error: Unable to resolve breakpoint to any actual locations

I'm trying to use LLDB (because I apparently can't use gdb anymore) to debug som of my code and each time I try to... (lldb) breakpoint set -f file.c -l 65 I get... Breakpoint 1: no locations (pending) WARNING: Unable to resolve breakpoint to any…
Stone
  • 309
  • 2
  • 3
  • 12