Tagged Questions

A preview of 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 ...

learn more… | top users | synonyms (2)

88
votes
8answers
11k views

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, ...
68
votes
12answers
103k views

Easiest way to activate PHP and MySQL on Mac OS 10.6 (Snow Leopard) or 10.7 (Lion)?

What is the easiest way to activate PHP and MySQL on Mac OS 10.6 (Snow Leopard)? I'd prefer to use any bundled versions before resorting to downloading from the PHP or MySQL websites. I'm ...
55
votes
11answers
16k views

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 ...
48
votes
4answers
4k views

How to solve Xcode 4.1 (LION) GPS error?

My project worked perfectly on simulator+device, but now, after upgrading to lion os and xcode 4.1, I get this error when gps is active! server did not accept client registration 68 It's a gps ...
34
votes
8answers
7k views

Cant install Ruby Enterprise Edition with RVM on OSX Lion

Here is what I have done so far. Clean install of OS X Lion Downloaded and installed latest version of Xcode from the App Store. Installed Git Installed Homebrew Installed RVM I am now trying to ...
28
votes
4answers
3k views

Bug with starting Instruments via Profile under XCode 4.1 Build 4B110

Important Update Strange bug is fixed (at least for me) in XCode 4.2! I've a severe problem with XCode 4.1 Build 4B110 under Mac OSX Lion and running Instruments via XCode. The problem is that ...
25
votes
6answers
25k views

git on Mac OS X Lion [closed]

Possible Duplicate: Git not found after installing OS X Lion I just upgraded my mac to LION, and now git is gone: $ git -bash: git: command not found Any ideas on how to get git back?
23
votes
2answers
8k views

Running Eclipse on Mac OS X Lion

Eclipse runs fine, but I lost the error/warning/todo vertical bar on the right (right next to the new scroll bar). Does anyone has the same problem? Thanks!
21
votes
4answers
1k views

Mac OS X Lion, scrollbars, and website usability

I have a number of overflowed divs that I use to display a lot of content in small space (like long lists, etc). Giving the divs the CSS rule of overflow: auto; always worked like a charm, giving the ...
20
votes
5answers
10k views

Subclipse in Mac OS Lion shows “Unable to load default SVN client” error

After updating to Mac OSX Lion I find that I m unable to use Subclipse. I keep getting this error: Unable to load default SVN client Any ideas on how to resolve this issue? I m using Eclipse ...
20
votes
6answers
1k views

Trackpad gesture to switch to header/source

I used to be able to use three finger scroll-up to switch between source/header. Since upgrading to Lion, I it just does a regular scroll. Is there any way to get that feature back? Aka, it doesn't ...
20
votes
4answers
3k views

Lion (10.7) Not supporting Convert(1). Dylib error

When trying to use convert(1), I get the following error: dyld: Library not loaded: /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libclparser.dylib Referenced from: ...
19
votes
5answers
5k views

How can I install Ruby 1.9.3 in Mac OS X Lion?

I am trying to install Ruby 1.9.3 but am having problems. I installed RVM, then typed: rvm install 1.9.3 The output says: ERROR: Error running ' ./configure.... The log says: configure: ...
17
votes
1answer
682 views

menubar app behavior vs full screen app spaces (mac os 10.7/lion)

When you have an app in fullscreen mode (in a fullscreen space) the menubar is hidden unless you "nudge" the top of the screen. However if you hit the spotlight hotkey the menubar politely shifts ...
17
votes
3answers
11k views

Where can I find “make” program for Mac OS X Lion? [closed]

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 "make" command is gone?
16
votes
5answers
7k views

Mac OSX Lion DNS lookup order

After upgrading to Mac OSX Lion I figured out that /etc/hosts is not looked up in first place for name resolution anymore. This leads to some side effects like: Entries in /etc/hosts are resolved ...
14
votes
4answers
747 views

Xcode 4.1 three finger swipe to switch from .m to .h?

How can I re-enable this in Lion? I know the keyboard shortcut, but the gesture was much more practical.
12
votes
3answers
1k views

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. ...
12
votes
2answers
237 views

Using the python multiprocessing module for IO with pygame on Mac OS 10.7

I use pygame for running experiments in cognitive science, and often I have heavy I/O demands so I like to fork off these tasks to separate processes (when using a multi-core machine) to improve ...
12
votes
4answers
10k views

Set environment variables on Mac OS X Lion

I apologize if this seems like a question that has been asked a lot before, but please hear me out... :-) I have been Googling like crazy for answers, and although I found many, all seem to presuppose ...
12
votes
1answer
2k views

How do I add PPC/PPC64 support back to Xcode 4.2 under Lion?

I have a Lion (10.7.1) system on which I installed Xcode 4.2. Suppose I have a simple C program helloWorld.c as follows: #include <stdio.h> main() { printf("hello, world\n"); } Using this ...
12
votes
1answer
677 views

Workaround for history animation in Safari for OS X Lion?

In Safari for OS X Lion, when you use the swipe gesture to navigate forward or backward in history, the window animates as though you were moving through physical pages. The problem with this ...
12
votes
4answers
3k views

Xcode 4.1 GM Not Installing (must quit iTunes) on Lion?

I am trying to install Xcode 4.1 GM on my Lion mac but it's not working. When it is almost finished, I get the popup to quit iTunes even though it is already quit. So the only option I have is to ...
11
votes
10answers
2k views

Unable to get MacPort functionality after installing Xcode 4.3

I am having trouble getting MacPorts to function properly. I just installed OSX Lion 10.7.3 I downloaded and installed MacPorts first, and then after reading the requirements, I downloaded Xcode4.3 ...
11
votes
2answers
438 views

Mac OS X Lion: Detect if another application is running in full screen mode?

In a Cocoa app, is there a way to tell if another application currently is in full screen mode? My application is configured to show up on all Spaces and listens for mouseEntered events to order ...
11
votes
2answers
14k views

How do you get php working on Mac OS X Lion 10.7? [closed]

I have recently updated to Lion and enabled Web Sharing in the System Preferences but I am unable to get php working. I added an info file to the web root directory and it outputs the file as text. ...
10
votes
5answers
654 views

Lion 10.7.3: Apple is not currently accepting applications built with this version of the OS

I was running Xcode 4.2 on Lion 10.7.2 and I have a few applications that needed updating to the Lion sandbox, so I can resubmit them to the Mac App Store (Mac, not iOS). Somewhere along the way I had ...
10
votes
2answers
274 views

Why is 'make' failing on Lion?

I'm using make to build a large project on OSX Lion. The scripts worked fine on OSX up to Snow Leopard, but now it fails. What happens is that after building certain modules, I get an error similar ...
10
votes
4answers
3k views

Lion-like scrollbar with jQuery?

does someone know a jquery plugin which makes Mac OS X Lion style scrollbars for every browser? thanks in advance. edit: here's an image for windows users
10
votes
5answers
5k views

Mac OS X Lion no longer recognizes environment.plist?

Just installed Lion today and my PATH env variable is no longer being set by ~/.MacOSX/environment.plist. Did something change? Can't seem to find any info on that or how to fix. Any ideas? Here's ...
10
votes
5answers
6k views

Developing Java on Mac with OSX Lion

Im a new Java developer and was thinking about getting a Mac. But I heard that OSX Lion does not support Java. Does that mean that I cannot develop Java on a Mac? Or that I just have to go get all the ...
9
votes
1answer
438 views

OpenGL 3.2 context on a Carbon window (OS Lion, Mono)

I'm trying to add modern OS X support to OpenTK framework. Mac OS Lion supports OpenGL 3.2 Core context. I can successfully obtain it by using CGL. However, I can't find a straight way to bind the ...
9
votes
2answers
782 views

Lion scrollbar colors

The scrollbars in Lion seem to be based on the HTML's background color (lighter color BG = black scrollbars, darker BG = white). The problem I'm running into is from what (I assume) is a common trick ...
8
votes
3answers
687 views

View-based NSTableView with rows that have dynamic heights

I have an application with a view-based NSTableView in it. Inside this tableview, I have rows that have cells that have content consisting of a multi-row NSTextField with word-wrap enabled. ...
8
votes
1answer
407 views

How will Lion's New Security Model Affect things like Python?

I'm curious to know how the new security model in OS X Lion will affect the future. Specifically, I'm questioning Entitlements and Sandboxing. This isn't a question of whether or not these are good ...
8
votes
4answers
2k views

Help to install imagemagick thro homebrew

I'm trying to get install on OSX Lion but something not working as expected. -> brew install imagemagick /usr/local/git/bin/git ==> Cloning https://github.com/adamv/ImageMagick.git Cloning ...
8
votes
6answers
2k views

Lion ate my RVM and now I can't install Ruby

I recently upgraded to Lion and everything was fine. Even rebooted the machine a few time. Then over the weekend, Rails was gone! All of my gemsets were gone. I swear I don't know what happened. ...
8
votes
5answers
20k views

Installing Ruby on Rails - Mac OS Lion

I have downloaded Lion and looking to install Ruby on Rails I have been scanning the web for a way to do this but can't seem to find a easy way, could anyone point me in the correct direction. Help ...
8
votes
5answers
1k views

Does upgrading to OSX Lion have ANY caveats for development using Xcode?

Simple question, I want to know if anyone has had any weird or annoying problems with developing iphone apps in Xcode after upgrading to Lion. I remember having issues when Snow Leopard first ...
7
votes
1answer
116 views

XCode4:SCM repository configuration

I have upgraded my mac os snow leopard to Lion OS and upgraded xcode3 to xcode4. Previously SCM repository was configured with svn server and working fine .Now after upgrade repository configuration ...
7
votes
1answer
2k views

PostgreSQL server wouldn't shutdown on Lion (Mac OS 10.7)

I've installed PostgreSQL using brew on Lion, it starts up okay but wouldn't shutdown. Tried the below: $ #started with $ pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start ...
7
votes
2answers
2k views

Bundle update & install fail after OS X lion upgrade - Rails 3

I Just updated to OS X Lion, and now when I run bundle update and bundle install, they both fail for different reasons. Bundle Install gives me this error: Using friendly_id (3.2.1.1) Installing ...
7
votes
4answers
931 views

Fullscreen feature for Java Apps on OSX Lion

How can I (natively) implement the fullscreen feature of OSX Lion in a Java application? The current answers given incorporate a good method for achieving a sort-of-fullscreen feature. I've read that ...
7
votes
1answer
913 views

How can I run iPhone simulator over full-screen(lion) Xcode 4.1?

I love to work with full-screen mode Xcode, but there's one inconvenience, If I run iPhone simulator, it is shown in other space. Is there any way to run iPhone simulator over full-screen Xcode? ...
7
votes
1answer
1k views

“Data Model Version Compile”.. error after upgrading to Lion (Xcode4.1)

Since upgrading to Lion yesterday (10.6->10.7), I've been unable to compile a project that had no problems compiling prior to the upgrade. It's not even a recent change to the project that's causing ...
6
votes
5answers
202 views

MySQL 5.5 on Lion not working

I've installed MySQL 5.5 via the disk image on Mac OS X 10.7. I've also added /usr/local/mysql/bin to my path in .bash_profile. which mysql returns /usr/local/mysql/bin/mysql However, I can't seem ...
6
votes
0answers
142 views

OS X Cocoa Auto Layout hidden elements

I am trying to use the new Auto Layout in Lion because it seems quite nice. But I can not find good information about how to do things. For example: I have two labels: +----------------+ | ...
6
votes
1answer
239 views

All-sides resize of borderless NSWindow in Lion

In Lion, the standard resize method for windows changed from the lower-right corner to all sides, with an invisible area to click and drag. I have a custom borderless window, similar to the App Store, ...
6
votes
1answer
2k views

Hadoop on OSX “Unable to load realm info from SCDynamicStore”

I am getting this error on startup of Hadoop on OSX 10.7: Unable to load realm info from SCDynamicStore put: org.apache.hadoop.hdfs.server.namenode.SafeModeException: Cannot create directory ...
6
votes
2answers
341 views

Problems with glext.h

I was just looking through the OpenGL updates on OS X Lion when I found something that now has me scared to use glext.h. So, here's the bug. Lion's OpenGL.framework has a glext.h with the following ...

1 2 3 4 5 23