Questions tagged [osx-mavericks]

OS X Mavericks (version 10.9) is the tenth release of OS X, Apple's desktop and server operating system for Macintosh computers.

It was released October 22, 2013 and is available as a free upgrade from any version of OS X starting with Snow Leopard (10.6.8) or later only downloadable from the Mac App Store.

1988 questions
64
votes
12 answers

git error "unable to locate xcodebuild" after a fresh OS X Mavericks upgrade

When I try to run previously working git commands, I get this: dyld: Symbol not found: _sqlite3_intarray_bind Referenced from: /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData Expected in: /opt/local/lib/libsqlite3.dylib in…
tol4trob
  • 1,187
  • 1
  • 8
  • 8
63
votes
9 answers

Python post osx notification

Using python I am wanting to post a message to the OSX Notification Center. What library do I need to use? should i write a program in objective-c and then call that program from python? update How do I access the features of notification center…
kyle k
  • 5,134
  • 10
  • 31
  • 45
59
votes
5 answers

OS X 10.9 gcc links to clang

I just noticed that after installing OS X 10.9, the g++ compiler links to the clang compiler. Is there anyway to revert back to gcc/g++?
ryan
  • 725
  • 1
  • 6
  • 7
58
votes
4 answers

Install "perf" on Mac

I need the "perf" utility to monitor the program on my Mac. I know linux comes with it, but is it available on Mac? I am working on a OSX 10.9 Mavericks and tried "port search" for perf or linux-tools, but I couldn't get any results.
wlhee
  • 2,334
  • 4
  • 18
  • 19
55
votes
6 answers

brew install zlib-devel on Mac OS X Mavericks

Attempting to install the zlib-devel on mac os x mavericks with homebrew doesn't work: brew install zlib-devel Error: No available formula for zlib-devel Searching taps... This install brew install zlib works fine though.
Ivan
  • 7,448
  • 14
  • 69
  • 134
53
votes
25 answers

Error opening iOS Simulator with iOS 8 beta version: "Unable to boot the iOS Simulator"

I recently installed the beta of Xcode Version 6 in OS X Mavericks, with which comes the iOS simulator for iOS 8. I've managed to successfully run from Xcode 6 beta on a device with iOS 8 Beta, but opening the simulator always get the same error I…
dayanruben
  • 1,061
  • 2
  • 12
  • 21
51
votes
5 answers

How to detect where NaN is passing to CoreGraphics API on Mac OS X 10.9

I have very large graphic Mac app and now I receive a lot of the following messages in Console on 10.9 GM. : Error: this application, or a library it uses, has passed an invalid numeric value (NaN, or not-a-number) to CoreGraphics API. This…
Igor
  • 880
  • 1
  • 7
  • 11
47
votes
8 answers

Failed to install command line tools on OSX Mavericks

I tried to install the command line tools on Mavericks following the steps in this very useful post > xcode-select --install but after a few short seconds I get the message This seems wrong. Does anyone know how to solve this problem? Whenever…
Loourr
  • 4,995
  • 10
  • 44
  • 68
47
votes
7 answers

PHP Xdebug on OS X 10.9 Mavericks

I'm having issues setting up my PHP development environment on OS X after installing OS X 10.9 Mavericks. Here is the command I am using to install. sudo pecl install xdebug downloading xdebug-2.2.3.tgz ... Starting to download xdebug-2.2.3.tgz…
greyfox
  • 6,426
  • 23
  • 68
  • 114
46
votes
1 answer

`Sudo pip install matplotlib` fails to find freetype headers. [OS X Mavericks / 10.9]

I already have matplotlib-1.2.1 installed as well as numpy-1.8.0. Note - I am using system python with homebrew installed - I have $PYTHONPATH set so Python loads from /Library/Python/x.y/site-packages (where pip installs to). Here is the code for…
kratsg
  • 600
  • 1
  • 5
  • 17
46
votes
11 answers

ERROR: Failed to build gem native extension on Mavericks

I'm attempting to run bundle in my Rails project on OSX 10.9. It fails when getting to the pg gem with this error: Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. …
Kyle Decot
  • 20,715
  • 39
  • 142
  • 263
45
votes
5 answers

Installing RVM: "Requirements installation failed with status: 1."

Here is the last thing I saw before the command prompt: Searching for binary rubies, this might take some time. Found remote file https://rvm.io/binaries/osx/10.9/x86_64/ruby-2.1.1.tar.bz2 Checking requirements for osx. About to install Homebrew,…
Drewdavid
  • 3,071
  • 7
  • 29
  • 53
45
votes
4 answers

How to stop apache permanently on mac Mavericks?

I'm trying to install zend server on mac and need to uninstall the apache server that is auto included with Mavericks so that the Apache server included with Zend is used instead. Can it be prevented from running on startup or permanently removed?
Subtubes
  • 15,851
  • 22
  • 70
  • 105
44
votes
1 answer

Using PacketFilter to transparently proxy packets in OS X

There is a cool utility out there called sshuttle. It has depended on ipfw to forward packets in the past. It appears that ipfw is mostly broken in Mavericks and the advice is to use PacketFilter for this now. I've spent most of the day looking at…
Matt Smith
  • 588
  • 4
  • 9
44
votes
9 answers

Terminal issue with virtualenvwrapper after Mavericks Upgrade

After upgrading to OSX Mavericks, I am getting this message in the terminal: /usr/bin/python: No module named virtualenvwrapper virtualenvwrapper.sh: There was a problem running the initialization hooks. If Python could not import the module…
Ryan Allen
  • 5,414
  • 4
  • 26
  • 33