Top "Osx-elcapitan" questions

Twelfth major release of OS X (10.

DYLD_LIBRARY_PATH & DYLD_INSERT_LIBRARIES not working

I create a .dylib file and compile it: #define _GNU_SOURCE #include <dlfcn.h> #include <stdio.h&…

c macos osx-elcapitan
Getting "cat: /release: No such file or directory" when running scala

I tried to install Scala 2.12.1 on my Mac (El Capitan) via Homebrew and also by downloading the binaries from https://…

macos scala osx-elcapitan
How do I run psycopg2 on El Capitan without hitting a libssl error

I've got a python django dev setup on my mac and have just upgraded to El Capitan. I've got psycopg2 …

python psycopg2 osx-elcapitan libssl
How to access Iterm2 from intellij

I want to configure the terminal console in "IntelliJ Idea 15" IDE to access iterm2 on my MacOS. Tried the steps …

osx-elcapitan iterm2 intellij-15
Xcode 6.3.2 can't run on OSX 10.11 El Capitan Developer Preview 3

I'm just updated my Mac to OS X 10.11 El Capitan DP 2, and I disappointed that it does not support Xcode 6.3.2 …

ios xcode macos osx-elcapitan
iosnoop, iotop, opensnoop, execsnoop, opensnoop, dtruss and other dtrace based commands don't work on osx El capitan, macOS Sierra

While running iosnoop command on OSX 10.11.1 I get an error with the following text: dtrace: invalid probe specifier /* * Command line …

macos osx-elcapitan macos-sierra dtrace
'pip install MySQL-python' fails with 'IndexError'

I'm on OSX El Capitan, using Python 2.7 (Anaconda). Launching the command pip install MySQL-python yields: Collecting MySQL-python Using cached MySQL-python-1.2.5.…

python mysql pip mysql-python osx-elcapitan
Git doesn't work after upgrading Mac OS X El Capitan

Git doesn't work after upgrading Mac OS X El Capitan. After installing El Capitan, I have this error when I'm …

git macos osx-elcapitan xcrun
Compass doesn't work after update to OS X El Capitan (10.11)

After installing OS X El Capitan (10.11) my ruby compass is no longer working. After trying to install compass I recieve …

ruby sass gem compass osx-elcapitan
How to check Mac OS X version at runtime

I am using below code to check OS X version at runtime. if (floor(NSAppKitVersionNumber) <= NSAppKitVersionNumber10_10) { /* On a 10.10.x …

objective-c macos cocoa nsapplication osx-elcapitan