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

Change localhost directory for Yosemite Apache 2.4

I have clean installed Mac OSX Yosemite but I cant configure the Apache 2.4 like I have always done on older OSX versions. Here is what I want to do : set the "localhost" directory to "/Users/username/Public/". But, everything I tried won't work, I…
Jordan
  • 3,776
  • 3
  • 22
  • 28
30
votes
7 answers

Configuring Pycharm to run Pyinstaller

Yes I want to create a run configuration in PyCharm to run Pyinstaller and get my executable. According to the Pyinstaller documentation you should be able to locate an python script called pyinstaller-folder/pyinstaller.py after the installation,…
gerosalesc
  • 2,983
  • 3
  • 27
  • 46
30
votes
10 answers

gcc 4.9.1 in OS X Yosemite - gcc: warning: couldn’t understand kern.osversion ‘14.0.0'

I install OS X Yosemite and now i have a huge problem with gcc 4.9.1 compiler. I hope some one can help me please. I try to compile my program and i have the warning message: gcc: warning: couldn’t understand kern.osversion ‘14.0.0' I search on…
MMax
  • 311
  • 1
  • 3
  • 7
30
votes
6 answers

Swift - Write Image from URL to Local File

I've been learning swift rather quickly, and I'm trying to develop an OS X application that downloads images. I've been able to parse the JSON I'm looking for into an array of URLs as follows: func didReceiveAPIResults(results: NSArray) { …
Tyler
  • 889
  • 1
  • 11
  • 17
29
votes
9 answers

Genymotion Error: "Unable to load VirtualBox Engine" on Yosemite. VirtualBox installed

I have a Macbook Pro 13 inch with OS X Yosemite [Memory 8 GB, Graphics Intel Iris Graphics 6100 1536 MB]. I am trying to setup Genymotion as Android Emulator. I installed Oracle VirtualBox first from https://www.virtualbox.org/wiki/Downloads…
29
votes
2 answers

How to access the system selected menu item blue color?

I'm working on an app that has a custom NSView on a NSStatusBar which performs all of the drawing when the user clicks it. But here's the problem, the color I'm currently drawing as the view's background color is not the same as the system blue…
Pedro Vieira
  • 3,330
  • 3
  • 41
  • 76
29
votes
4 answers

Launchd is not starting Jenkins server on OS X Yosemite

Under OS X 10.9 Jenkins CI was being automatically started by launchd. After update to 10.10, it is no longer being started. Jenkins was installed using the OS X installer from jenkins-ci.org. I was running v1.584. After this problem surfaced I…
msc
  • 1,549
  • 2
  • 12
  • 19
29
votes
3 answers

Unable to connect to postgresql database after upgrading to Yosemite 10.10

After updating to Yosemite 10.10 I cannot connect to my postgresql database. I run the rails console and try and get the first user but get this error... > ➜ game_golf git:(master) ✗ rails c > Loading development environment (Rails 4.1.4) >…
PDev
  • 410
  • 4
  • 10
29
votes
4 answers

Trouble reinstalling MongoDB with Homebrew using OS X 10.10 Yosemite Beta

To reiterate, I'm running the first OS X 10.10 beta, and attempting to reinstall MongoDB with Homebrew. After running $ brew install mongodb, this is the output: ==> Downloading http://downloads.mongodb.org/src/mongodb-src-r2.6.1.tar.gz ==>…
joshferrara
  • 759
  • 2
  • 7
  • 13
28
votes
1 answer

Why is my Hello World go server getting crushed by ApacheBench?

package main import ( "io" "net/http" ) func hello(w http.ResponseWriter, r *http.Request) { io.WriteString(w, "Hello world!\n") } func main() { http.HandleFunc("/", hello) http.ListenAndServe(":8000", nil) } I've got a…
Bob Aman
  • 32,839
  • 9
  • 71
  • 95
28
votes
8 answers

Error installing EventMachine gem on OSX Yosemite

Here is the full output of the error message: Fetching: eventmachine-1.0.3.gem (100%) Building native extensions. This could take a while... ERROR: Error installing eventmachine: ERROR: Failed to build gem native extension. …
tgmerritt
  • 714
  • 1
  • 7
  • 16
28
votes
4 answers

Add Subview to NSWindow Titlebar

I want to create a custom Window Toolbar but without using an actual NSToolbar (because it doesn't behaves right in some cases for my needs and I can't style it the way I want), therefore I need to add a subview to the Window titlebar. It should…
28
votes
1 answer

iOS Simulator 7.1 crash running on Yosemite with weak linked new frameworks (Symbol not found: _objc_isAuto)

I have just updated to xCode 6.1 and had to reinstall my iOS 7 simulators. I can run my app on all the simulators apart from the 5s iOS 7.1 sim. I get this crash dyld: Symbol not found: _objc_isAuto Referenced from:…
Darren
  • 10,182
  • 20
  • 95
  • 162
28
votes
3 answers

Check whether app is Login Item under OS X Yosemite

In my Mac app, I've been using SMCopyAllJobDictionaries() to check whether the app will be launched automatically at login. Basically, I get an array of all the login items and check whether my Bundle ID is in the array. This function call works…
zavié
  • 4,301
  • 2
  • 34
  • 46
27
votes
4 answers

AirPlay messes up localhost

Since the last OSX update (Yosemite), my localhost server is full of error messages from airplay (but I am not using it). Each times it's the same: [31/Oct/2014 05:40:42] code 400, message Bad request version ('RTSP/1.0') [31/Oct/2014 05:40:42] "GET…
Insomniak
  • 443
  • 6
  • 19