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

Can not perform `pod install` under el capitan (15A279b)

I ran pod install with El Capitan and got this error: Errno::EPERM - Operation not permitted - /Users/../Pods/Pods.xcodeproj/xcuserdata/root.xcuserdatad Here's my environment: El Capitan (15A279b), Xcode Version 7.0 (7A220), cocoapod 0.38.2. Any…
MobileDev
  • 3,750
  • 4
  • 32
  • 35
64
votes
7 answers

Cocoa Pods not updating pods on El Capitan

I've upgraded to El Capitan and since then I can't update my pods. $ pod update -bash: pod: command not found So I've tried to reinstall CocoaPods and got this: $ sudo gem install cocoapods ERROR: While executing gem ... (Errno::EPERM) …
Luda
  • 7,282
  • 12
  • 79
  • 139
62
votes
7 answers

brew install npm "npm: command not found"

I've installed node using brew install node and when I use the node -v I get following v5.0.0. However when I try to run the npm command I get npm: command not found. I've tried to run brew install npm, however I just got following response…
Peter Pik
  • 11,023
  • 19
  • 84
  • 142
56
votes
2 answers

Can't install virtualenvwrapper on OSX 10.11 El Capitan

I recently wiped my Mac and reinstalled OSX El Capitan public beta 3. I installed pip with sudo easy_install pip and installed virtualenv with sudo pip install virtualenv and did not have any problems. Now, when I try to sudo pip install…
53
votes
19 answers

Homebrew install: Failed during: git fetch origin master:refs/remotes/origin/master -n --depth=1

I ran the following command on terminal (Mac El Capitan) $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" and got the following error message: Failed during: git fetch origin…
anm
  • 1,865
  • 3
  • 19
  • 28
51
votes
7 answers

Trouble installing m2crypto with pip on OS X / macOS

pip install m2crypto Generates the following output: building 'M2Crypto.__m2crypto' extension swigging SWIG/_m2crypto.i to SWIG/_m2crypto_wrap.c swig -python -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7…
user5275692
  • 603
  • 1
  • 6
  • 11
51
votes
4 answers

Yosemite / El Capitan php-gd + mcrypt installation

How to install/enable php-gd and mcrypt in Yosemite 10.10 - PHP 5.5.14 build? note that following steps install newest PHP 5.5.x To check if you have gd and mcrypt installed use $ php -m to display compiled in modules, continue if you are missing…
Kyslik
  • 8,217
  • 5
  • 54
  • 87
49
votes
4 answers

`brew upgrade` hangs on El Capitan

I can't run brew upgrade without it hanging indefinitely. I'm using El Capitan OS. Here's the input/output: >>$ brew upgrade Updating Homebrew... ==> Auto-updated Homebrew! Updated 2 taps (homebrew/core, homebrew/science). ==> Updated…
travelingbones
  • 7,919
  • 6
  • 36
  • 43
49
votes
4 answers

Can't find msguniq. Make sure you have GNU gettext tools 0.15 or newer installed. (Django 1.8 and OSX ElCapitan)

I'm trying to internationalize a Django app by following the wonderful Django documentation. The problem is when I try to run command to create language files: python manage.py makemessages -l fr It outputs an error : CommandError: Can't find…
Louis Barranqueiro
  • 10,058
  • 6
  • 42
  • 52
48
votes
14 answers

Why is node-gyp rebuild failing on Mac OSX El Capitan

I recently bought a mac, which uses Mac OSX El Capitan v10.11.4. Installed node with homebrew, and am using node v6.2.2 and npm v3.9.5. I'm getting an error with bcrypt during npm install, which I believe derives from a node-gyp rebuild error. I…
roonie
  • 763
  • 1
  • 9
  • 15
43
votes
4 answers

Docker image running a Mac OS X installation

I am using Docker for Mac and wish to create Docker image running a Mac El Capitan with my development env. I am not finding any resources on this. All I see is Linux installations. On Linux I saw things as simple as: FROM sciensa2/docker-java8 RUN…
Vik
  • 8,721
  • 27
  • 83
  • 168
42
votes
4 answers

How can I disable Bash sessions in OS X El Capitan

A seemingly new feature in OS X El Capitan (10.11 Beta) is Bash sessions (Terminal sessions). I now have a ~/.bash_sessions directory with history files, and my HISTFILE and HISTIGNORE envars are being overridden. How can I disable all of this…
Whymarrh
  • 13,139
  • 14
  • 57
  • 108
40
votes
5 answers

Release UDP port used by dead process on OS X

I am on OS X 10.11.6 and trying to run a program that normally listens on UDP port 8008 upon startup. This program normally also spawns a couple of helper child processes during its operation, but the port is bound by the parent…
ktorn
  • 1,032
  • 8
  • 14
40
votes
2 answers

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 arguments */ inline int OPT_dump = 0; inline int OPT_device = 0; inline int OPT_delta = 0; inline…
Ara Yeressian
  • 3,746
  • 3
  • 26
  • 36
40
votes
1 answer

Who or what is '_mbsetupuser'?

In all my terminal sessions on OS X or macOS, if I type who, in addition to the expected users (all me in various windows) I also always see _mbsetupuser console ... Just who is that, and what is he/she doing?
orome
  • 45,163
  • 57
  • 202
  • 418
1
2
3
80 81