Questions tagged [osx-mountain-lion]

Mac OS X Mountain Lion (10.8) is the ninth and current major release of Mac OS X, Apple's desktop and server operating system for Macintosh computers.

Mac OS X Mountain Lion (version 10.8) is the ninth major release of Mac OS X, Apple's desktop and server operating system for Macintosh computers. It was released on July 25, 2012 on Apple's Mac AppStore for users running Snow Leopard and higher.

OS X Mountain Lion brings more features from the iPad and iOS devices back to OS X, including, but not limited to, Notification Center, Messages, Game Center, Reminders, Notes, GateKeeper, and integration with Twitter. It also adds support for many popular Chinese services for users in China.

Related tags

1472 questions
329
votes
13 answers

iPhone Simulator suddenly started running very slow

I have been working on an app in iphone simulator for a number of weeks and it has been running well up until now, but all of a sudden has begun running very slow both when loading content and animations. I have not made any changes to my code since…
Finglish
  • 8,560
  • 12
  • 55
  • 105
256
votes
14 answers

Install gitk on Mac

Does anyone know how to install gitk on Mac? From their official website, it seems gitk comes with git, but the version of my git (git version 1.7.12.4 (Apple Git-37)) does not come with gitk. brew install gitk does not work for gitk. Version info…
Mingyu
  • 26,145
  • 13
  • 50
  • 58
96
votes
20 answers

Socket File "/var/pgsql_socket/.s.PGSQL.5432" Missing In Mountain Lion (OS X Server)

I just upgraded my MacMini Server from Lion Server to Mountain Lion using OS X Server. I am having the same problem with PostgreSQL that I did last year when I first installed Lion Server. When I try to do any kind of PostgreSQL terminal command I…
82
votes
3 answers

SSHFS for OSX 10.8 (Mountain Lion)

In the past I used SSHFS to mount drives, so I could easily work on remote machines with software from my machine. However, when I was at the MacFUSE project page, I noticed that SSHFS has been long since deprecated. What are people using with…
Zak
  • 10,506
  • 15
  • 52
  • 90
80
votes
8 answers

Maven not found in Mac OSX mavericks

After upgrading my Mac OSX 10.8 to 10.9, Maven not found in the /usr/share path but its installed in 10.8. when I try this command: $ maven -version got this result -bash: mvn: command not found but it worked fine on 10.8? Any idea?
Sahil Mahajan
  • 3,786
  • 2
  • 26
  • 42
79
votes
7 answers

How to simulate a retina display (HiDPI mode) in Mac OS X 10.8 Mountain Lion on a non-retina display?

How can you simulate a retina display (HiDPI mode) in Mac OS X 10.8 Mountain Lion on a non-retina display?
Dave
  • 11,848
  • 11
  • 59
  • 67
74
votes
2 answers

ImageMagick: Error while running convert: convert: unable to read font

I'm on Mountain Lion and installed ImageMagick using Homebrew (minimagick is also in my Gemfile but I don't think that's relevant). SimpleCaptcha uses it in a Rails app to create CAPTCHAs. However, the image isn't created cause of this error: Error…
Agis
  • 29,320
  • 2
  • 67
  • 77
73
votes
7 answers

What is the "Illegal Instruction: 4" error and why does "-mmacosx-version-min=10.x" fix it?

I get Illegal Instruction: 4 errors with binaries compiled with GCC 4.7.2 under Mac OS X 10.8.2 ("Mountain Lion"), when those binaries are run under Mac OS X 10.7.x ("Lion") and earlier versions. The binaries work properly under Mac OS X 10.8.x. I…
Alex Reynolds
  • 91,635
  • 50
  • 223
  • 320
66
votes
8 answers

Error installing Rmagick on Mountain Lion

I have seen other people with the same issue of installing RMagick on Mountain Lion However none of the suggested solutions have allowed me to successfully install rmagick. Here is the error message I am…
tomciopp
  • 2,352
  • 1
  • 27
  • 57
60
votes
5 answers

Mountain Lion rvm install 1.8.7 x11 error

After update to Mountain Lion, I tried install 1.8.7, and I got error. X11 file not found, I installed Xquarkz, but nothing changed. Whats wrong? Fail to find [tclConfig.sh, tkConfig.sh] Use MacOS X Frameworks. Find Tcl/Tk libraries. Make…
user1344853
  • 689
  • 1
  • 7
  • 8
58
votes
2 answers

Send notification to Mountain lion notification center

Can someone give an example of sending a test notification from a Cocoa app to Notifications Center? eg. when I click on an NSButton
haseo98
  • 837
  • 2
  • 10
  • 13
58
votes
5 answers

Install Simulator SDK 4.3 to Xcode 4.4 on Mountain Lion

I want to install SDK 4.3 in xcode 4.4 on mountain lion (os x 10.8), but when I installed the 4.3 sdk package from xcode 4.1 and launched the simulator from xcode 4.4, the simulator just told me that the ios simulator could not find the sdk. The sdk…
Samblg
  • 967
  • 2
  • 9
  • 15
50
votes
6 answers

env: python\r: No such file or directory

My Python script beak contains the following shebang: #!/usr/bin/env python When I run the script $ ./beak, I get env: python\r: No such file or directory I previously pulled this script from a repository. What could be the reason for this?
Niklas R
  • 14,369
  • 23
  • 82
  • 179
49
votes
14 answers

ERROR: While executing gem ... (Gem::FilePermissionError)

I have checked all the other similar answers and none was exactly like mine, neither did any of those solutions work for me. gem environment and sudo gem environment give the same result: RubyGems Environment: - RUBYGEMS VERSION: 1.5.3 - RUBY…
Ava
  • 5,083
  • 23
  • 53
  • 81
48
votes
10 answers

can't find mcrypt => Call to undefined function Laravel\mcrypt_create_iv()

Trying to set up Laravel and keep getting hit with this error. I installed mcrypt through brew and it is located in /usr/local/Cellar. Any thoughts? .. It's not showing up in terminal command php -m either, if that matters. I'm running Mountaion…
coryj
  • 1,235
  • 3
  • 14
  • 28
1
2 3
98 99