Questions tagged [osx-lion]

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

Mac OS X Lion (version 10.7) is the eighth major release of Mac OS X, Apple's desktop and server operating system for Macintosh computers.

A preview of OS X Lion was publicly unveiled at Apple's "Back to the Mac" event on October 20, 2010. It brings many developments made in Apple's iOS, such as an easily navigable display of installed applications, to the Mac, and includes support for the Mac App Store, as introduced in Mac OS X Snow Leopard version 10.6.6.

On February 24, 2011, the first developer's preview of Lion (11A390) was released to subscribers of Apple's developers program. Other developer previews were subsequently released, with Lion Preview 4 (11A480b) being released at WWDC 2011.

Lion achieved golden master status on July 1, 2011, followed by its final release via the Mac App Store on July 20, 2011. Apple reported over 1 million Lion sales on the first day of its release. As of October 2011, Mac OS X Lion has sold over 6 million copies worldwide.

Related tags

2236 questions
537
votes
16 answers

Set environment variables on Mac OS X Lion

When someone says "edit your .plist file" or "your .profile" or ".bash_profile" etc, this just confuses me. I have no idea where these files are, how to create them if I have to do that, etc, and also why there seem to be so many different ones…
Anders
  • 12,086
  • 23
  • 97
  • 148
268
votes
15 answers

Can't install Ruby under Lion with RVM – GCC issues

Most questions regarding this problem are due to missing Xcode; I have Xcode 4.2 installed. Install attempt: rvm install 1.9.3 Installing Ruby from source to: /Users/jamie/.rvm/rubies/ruby-1.9.3-p0, this may take a while depending on your…
Jamie Schembri
  • 5,937
  • 4
  • 23
  • 35
243
votes
19 answers

How to run iPhone emulator WITHOUT starting Xcode?

On my old Mac running Snow Leopard, I could type "ios" into spotlight and it would start up the iPhone/iPad emulator by itself. I have since had to get a new machine running Lion. I have installed Xcode for Lion, I have installed the developer tool…
E. Maggini
  • 7,228
  • 5
  • 23
  • 36
223
votes
9 answers

Where can I find "make" program for Mac OS X Lion?

Just upgraded my computer to Mac OS X Lion and went to terminal and typed "make" but it says: -bash: make: command not found Where did the "make" command go?
Roman Kagan
  • 10,082
  • 24
  • 79
  • 123
212
votes
6 answers

How do I install imagemagick with homebrew?

I'm trying to install Imagemagick on OSX Lion but something is not working as expected. -> brew install imagemagick /usr/local/git/bin/git ==> Cloning https://github.com/adamv/ImageMagick.git Cloning into…
Kleber S.
  • 7,717
  • 6
  • 39
  • 66
196
votes
15 answers

Repairing Postgresql after upgrading to OSX 10.7 Lion

I recently upgraded to OSX 10.7, at which point my rails installation completely borked when trying to connect to the psql server. When I do it from the command line using psql -U postgres it works totally fine, but when I try to run the rails…
Dave G
  • 4,306
  • 4
  • 22
  • 27
185
votes
13 answers

Why does cURL return error "(23) Failed writing body"?

It works ok as a single tool: curl "someURL" curl -o - "someURL" but it doesn't work in a pipeline: curl "someURL" | tr -d '\n' curl -o - "someURL" | tr -d '\n' it returns: (23) Failed writing body What is the problem with piping the cURL output?…
static
  • 6,996
  • 14
  • 57
  • 84
183
votes
10 answers

Completely uninstall PostgreSQL 9.0.4 from Mac OSX Lion?

This question may look like a duplicate of: How to uninstall postgresql on my Mac (running Snow Leopard) however, there are two major differences. I'm running Lion and I'm trying to uninstall PostgreSQL 9.0.4. I've looked at the last question and…
Ramy
  • 17,760
  • 36
  • 94
  • 141
180
votes
14 answers

start MySQL server from command line on Mac OS Lion

I installed mySQL for my Mac. Beside starting the SQL server with mySQL.prefPane tool installed in System Preference, I want to know the instruction to start from command-line. I do as follow: After su root I start the mySQL server by…
vietstone
  • 7,980
  • 15
  • 47
  • 71
180
votes
3 answers

How to fix Terminal not loading ~/.bashrc on OS X Lion

Whenever I open a new tab in Terminal using Cmd + T, it opens bash in the same directory, as the previous tab. This works fine when I'm in the ~ directory, but if I'm anywhere else, I get an error loading .bashrc Last login: Sat Oct 15 21:10:00 on…
Jakub Arnold
  • 79,807
  • 86
  • 218
  • 314
180
votes
20 answers

commands not found on zsh

I am using the z Shell (zsh) instead of the default bash, and something wrong happen so that all commands who used to work are no longer recognized: ls zsh: command not found: ls open -e .zshrc zsh: correct 'open' to '_open' [nyae]? I don't know…
Malloc
  • 12,816
  • 31
  • 101
  • 184
163
votes
6 answers

Install autoreconf on OS X v10.7 (Lion)?

I'm attempting to re-install Ruby 1.9.3 with a patch that will allow me to use ruby-debug. When following the instructions and running rvm reinstall 1.9.3 --patch debug --force-autoconf It runs through and after applying the patch spits out: rvm…
Brian
  • 6,656
  • 11
  • 41
  • 75
151
votes
16 answers

configure: error: C compiler cannot create executables

I've checked a number of similar questions on stackoverflow but haven't found an answer yet. I'm trying to install memcached on Lion OSX as shown here. Here's what I'm getting: j-court-demones-macbook-pro:libevent-1.4.12-stable jcourtdemone$…
CourtDemone
  • 5,202
  • 5
  • 20
  • 24
131
votes
9 answers

Stop "developer tools access needs to take control of another process for debugging to continue" alert

I recently upgraded to 10.7.3, and when I try to debug my iOS project in the simulator for the first time after logging in, I'm prompted with the following two alerts: My user is an admin user. I never saw these alerts before. How do I get them…
Heath Borders
  • 27,732
  • 16
  • 126
  • 230
103
votes
13 answers

How can I eliminate slow resolving/loading of localhost/virtualhost (a 2-3 second lag) on Mac OS X Lion?

Since setting up my development environments on Mac OS X Lion (brand new macbook air purchased in January 2012), I have noticed that resolving to a virtual host is very slow (around 3 seconds) the first time but after that is fast as long as I…
Adam Gries
  • 1,661
  • 3
  • 14
  • 11
1
2 3
99 100