Questions tagged [osx-elcapitan]

Twelfth major release of OS X (10.11)

OS X El Capitan is the twelfth major release of OS X, Apple Inc.'s desktop and server operating system for Macintosh computers. It is the successor to OS X 10.10 Yosemite. The first beta of OS X El Capitan was released to developers shortly following the 2015 WWDC keynote. OS X El Capitan is an update that focuses mainly on performance, stability, and security.

1203 questions
39
votes
1 answer

Matplotlib Error: "figure includes Axes that are not compatible with tight_layout"

After adding bbox_inches="tight" to an invocation of plt.savefig that has worked for several years, I get /usr/local/lib/python2.7/site-packages/matplotlib/figure.py:1744: UserWarning: This figure includes Axes that are not compatible with…
orome
  • 45,163
  • 57
  • 202
  • 418
35
votes
3 answers

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://www.scala-lang.org/download/. In both cases, whenever I run scala (or scalac, scaladoc, etc) I get this printed to screen: cat:…
trianta2
  • 3,952
  • 5
  • 36
  • 52
35
votes
6 answers

El Capitan upgrade: Library not loaded: /usr/local/lib/libmysqlclient.18.dylib

Error: /Users/askar/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/mysql2-0.3.20/lib/mysql2.rb:31:in `require':…
Askar
  • 5,784
  • 10
  • 53
  • 96
34
votes
2 answers

How to view DNS cache in OSX?

To list the entries of DNS cache in OSX 10.11.6, I tried dscacheutil -statistics but that didn't work. $ sudo dscacheutil -statistics Unable to get details from the cache node How can I just print what is there in the DNS cache without flushing it?
Praseetha KR
  • 725
  • 1
  • 5
  • 9
32
votes
5 answers

Xcode 6.4/7 crashing after El Capitan beta

I updated my computer to the latest beta that was released to developers last night and the same project that was compiling fine yesterday night now fails due to a supposed .xib/.storyboard error. I have tried cleaning the project, downloading a…
cyril
  • 3,020
  • 6
  • 36
  • 61
31
votes
1 answer

sublime symlink disappeared after upgrading to El Capitan

I have just upgraded to OS X El Capitan and subl . command stopped working with the zsh: command not found: subl error message. I have run the following command as suggested in other posts: sudo ln -s /Applications/Sublime\…
Anvar Turobov
  • 449
  • 1
  • 5
  • 13
30
votes
8 answers

Android Device Monitor will not launch, either from Android Studio or from Terminal -- UnsupportedClassVersionError

I am getting the following error when trying to launch Android Device Monitor from the Tools window in Android Studio on a Mac. and when I open the log file I find an error report very similar to the other SO questions similar to this, esp this…
Alyoshak
  • 2,696
  • 10
  • 43
  • 70
30
votes
5 answers

Homebrew won't brew any more

On my MacMini with El Capitan I can't run brew any more. I get the following Error: /usr/local/Library/Homebrew/config.rb:34:in `initialize': no implicit conversion of nil into String (TypeError) from /usr/local/Library/Homebrew/config.rb:34:in…
Arwed
  • 1,755
  • 3
  • 16
  • 26
29
votes
9 answers

Installing Cocoapods on OS X El Capitan error

First of all. I updated to El Capitan because of iOS 9.3 and it's support only in xCode 7.3. After update I discovered that pod command isn't working. I executed: sudo gem install cocoapods ERROR: Error installing cocoapods: activesupport…
Marcin Kapusta
  • 5,076
  • 3
  • 38
  • 55
28
votes
7 answers

How to extract xip archive using command line?

I searched around how to extract XIP archive using command line with no luck so I am leaving my own solution, as a bash function, here. I found my inspiration here.
Ninja Inc
  • 478
  • 1
  • 4
  • 10
28
votes
4 answers

brew install clang-omp not working

I need to compile a C++ code with OpenMP on my Mac. Unfortunately the default version of clang installed on the Mac (703.0.31) does not support OpenMP. Therefore, I am trying to install the clang-omp package with brew (e.g., following this guide).…
mtazzari
  • 451
  • 1
  • 5
  • 14
28
votes
2 answers

How to update cURL on OSX El Capitan?

I'm new using Mac and I'd like to upgrade the available cURL-7.43.0 to the last version cURL-7.47.1? I'm looking at some pages, but they say to avoid upgrading the originals on OSX. Any help please? Thanks
Frank
  • 1,311
  • 2
  • 13
  • 15
28
votes
10 answers

Install therubyracer gem on OSX 10.11 El Capitan

bundle install fails with Make sure that `gem install therubyracer -v '0.12.1'` succeeds before bundling gem install therubyracer -v '0.12.1' fails with errors which appear to relate to compilation Prior to this, libv8 gem was having problems but…
xxjjnn
  • 14,591
  • 19
  • 61
  • 94
27
votes
2 answers

MySQL Improperly Configured Reason: unsafe use of relative path

I'm using Django, and when I run python manage.py runserver I receive the following error: ImproperlyConfigured: Error loading MySQLdb module: dlopen(/Library/Python/2.7/site-packages/_mysql.so, 2): Library not loaded: libmysqlclient.18.dylib …
nonamorando
  • 1,556
  • 2
  • 14
  • 33
26
votes
4 answers

Uninstall vagrant on Mac

I want to uninstall Vagrant on a mac running El Capitan. The Vagrant docs say: On Mac OS X, remove the /Applications/Vagrant directory and the /usr/bin/vagrant file. Also execute sudo pkgutil --forget com.vagrant.vagrant to have OS X forget that…
user101289
  • 9,888
  • 15
  • 81
  • 148
1 2
3
80 81