OS X is the desktop operating system from Apple Inc. It was the successor to Mac OS 9 and here the 'X' means 10. OS X is based upon the NeXTSTEP/OPENSTEP OSes developed in the 1980s and 1990s by NeXT Inc., which Apple purchased in 1996.
348
votes
33answers
364k views
Best Subversion client for Mac OS [closed]
On Windows, TortoiseSVN is the daddy, no question. On the Mac there is nothing as simple and integrated, but there is a fair choice of tools. Which GUI clients for Subversion (SVN) are worth checking ...
340
votes
14answers
80k views
Git ignore file for Xcode projects
Which files should I include in .gitignore when using Git in conjunction with Xcode?
286
votes
14answers
104k views
Open terminal here in Mac OS finder [closed]
Is there something similar to the "Open Command Window Here" Windows Powertoy for Mac OS? I've found a couple plugins through a google search but wanted to see what works best for developers out ...
276
votes
18answers
194k views
Setting environment variables in OS X?
What is the proper way to modify environment variables like PATH in OS X? I've looked on google a little bit and found 3 different files to edit:
/etc/paths
~/.profile
~/.tcshrc
I don't even have ...
186
votes
12answers
50k views
Is there any way in the OS X Terminal to move the cursor word by word? [closed]
I know the combination Ctrl+A to jump to the beginning of the current command, and Ctrl+E to jump to the end.
But is there any way to jump word by word, like Alt+←/→ in Cocoa applications ...
170
votes
11answers
46k views
How Can I Remove .DS_Store Files From A Git Repository?
How can I remove those annoying Mac OS X .DS_Store files from a Git repository?
163
votes
8answers
96k views
How to use/install gcc on Mac OS X 10.8 / Xcode 4.4
I have install Mountain Lion (Mac OS X 10.8) and now gcc doesn't seem to be available anymore. I've also installed Xcode 4.4 so there is no more /Developer directory.
I need gcc both for mac ports ...
157
votes
9answers
96k views
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?
151
votes
4answers
46k views
Core Data vs SQLite 3 [closed]
I am already quite familiar with relational databases and have used SQLite (and other databases) in the past. However, Core Data has a certain allure, so I am considering spending some time to learn ...
144
votes
15answers
42k 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 ...
138
votes
4answers
20k views
What kind of leaks does automatic reference counting in Objective-C not prevent or minimize?
In the Mac and iOS platforms, memory leaks are often caused by unreleased pointers. Traditionally, it has always been of utmost importance to check your allocs, copies and retains to make sure each ...
135
votes
13answers
142k views
Mac SQLite editor
I am aware of CocoaMySQL but I have not seen a Mac GUI for SQLite, is there one?
My Google search didn't turn up any Mac related GUI's which is why I'm asking here rather than Google.
128
votes
7answers
74k views
Mac OS X Terminal Colors [closed]
I'm new to Mac having just got one after working with Ubuntu Linux for some time. Among the many things I'm trying to figure out is absence of colors in my the terminal window - like the ones that are ...
125
votes
12answers
167k views
How install a specific jdk on Mac OS X?
I want to install a specific jdk (the latest for example).
For this, I went to jdk download homepage: http://java.sun.com/javase/downloads/index.jsp
I look for a mac version but i'm a bit surprise to ...
122
votes
7answers
39k views
How to run mvim (MacVim) from Terminal?
I have MacVim installed and I am trying to set it up as the editor for Git (version control), but I can't run 'mvim' from the command line as it isn't recognised. How do I setup mvim so I can run it ...
121
votes
4answers
37k views
What should I set JAVA_HOME to on OSX
Many java applications that use shell scripts to configure their environment use the JAVA_HOME environment variable to start the correct version of java, locate JRE jars, etc.
On OSX 10.6, the ...
121
votes
22answers
176k views
Best UML Application for MAC OSX / Cross Platform [closed]
What is the best mac based or even better cross platform UML Application available both costed and opensource / freeware?
112
votes
4answers
27k views
How can I indent multiple lines in xcode?
When I select multiple lines of code and want to indent them as usual with TAB, it just deletes them all. I come from Eclipse where I always did it that way. How's that done in Xcode? I hope not line ...
112
votes
7answers
120k 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 ...
110
votes
12answers
22k views
What is the best way to solve an Objective-C namespace collision?
Objective-C has no namespaces; it's much like C, everything is within one global namespace. Common practice is to prefix classes with initials, e.g. if you are working at IBM, you could prefix them ...
108
votes
10answers
24k views
108
votes
2answers
3k views
How to create “No Activate” form in Firemonkey
In XCode by adding these methods to your NSView subclass can prevent the window from becoming active when clicking on it:
- (BOOL)shouldDelayWindowOrderingForEvent:(NSEvent )theEvent {
return ...
105
votes
6answers
21k views
How to configure term on Mac OS X with color? [closed]
I see some one demo git on Mac OS X on line.
He can configure his Mac OS X terminal to have multiple color.
for example, his prompt is 'wheat' color, his ls directory is purple color.
And his 'git ...
104
votes
4answers
173k views
How to run a .sh-script in an Unix console/Mac terminal?
I know it, forgets it and relearn it again. Time to write it down.
100
votes
6answers
84k views
Xcode 4.4 Command Line Tools
How do I get the command line builds tools installed with Xcode 4.4 / Mac OS X v10.8 (Mountain Lion)?
Unlike Xcode 4.3 there is no installer (it's just a bundle).
It looks like all ...
90
votes
8answers
38k views
Execute a terminal command from a Cocoa app
How can I execute a terminal command (like grep) from my Objective-C Cocoa application?
87
votes
9answers
44k views
How do I create a nice-looking DMG for Mac OS X using command-line tools?
I need to create a nice installer for a Mac application. I want it to be a disk image (DMG), with a predefined size, layout and background image.
I need to do this programmatically in a script, to be ...
87
votes
13answers
131k views
Easiest way to activate PHP and MySQL on Mac OS 10.6 (Snow Leopard), 10.7 (Lion), 10.8 (Mountain Lion)?
What is the easiest way to activate PHP and MySQL on Mac OS 10.6 (Snow Leopard), 10.7 (Lion), 10.8 (Mountain Lion)?
I'd prefer to use any bundled versions before resorting to downloading from the PHP ...
84
votes
22answers
38k views
Cocoa and Objective-C resources? [closed]
What are the recommended online or offline resources for Objective-C and Cocoa programming?
My online resources:
O'Reilly. Some useful articles and examples, but has not been updated for quite a ...
82
votes
14answers
26k views
Why can't I install Rails on Lion using RVM?
I'm running into issues trying to install Rails on OS X Lion using RVM.
So far, I have done the following:
Installed Mac OS X Lion Version 10.7 (Build 11A459e).
Installed XCode 4.1 Developer ...
78
votes
1answer
21k views
Remove autolayout (constraints) in Interface Builder
I'm trying to make my project compatible with Snow Leopard and I am not able to remove the autolayout in the nibs using Interface builder (XCode 4.3 on Lion).
Is it possible to remove the constraints ...
78
votes
6answers
19k views
How do you print out a stack trace to the console/log in Cocoa?
I'd like to log the call trace during certain points, like failed assertions, or uncaught exceptions.
76
votes
41answers
72k views
Mac text/code editor [closed]
I searched for this and found Maudite's question about text editors but they were all for Windows.
As you have no doubt guessed, I am trying to find out if there are any text/code editors for the Mac ...
75
votes
26answers
114k views
SQL Client for Mac OS X that works with MS SQL Server [closed]
Is there a SQL client for Mac OS X that works with MS SQL Server?
I don't really need a GUI, but it would be nice to have for the color coding and resultset grid. I'd rather not have to use a VM.
74
votes
3answers
14k views
How can I resolve “Error: No developer directory found at /Developer”?
I just upgraded XCode to 4.3.1.
I'm using a script to build (and then deploy through Testflight) my app.
But I now receive this error:
Error: No developer directory found at /Developer. Run ...
72
votes
6answers
52k views
brew install mysql on mac os
I'm trying to setup up mysql on mac os 10.6 using Homebrew by brew install mysql 5.1.52
everything goes well and I am also successful with the mysql_install_db.
However when i try to connect to the ...
71
votes
4answers
7k views
How can I launch multiple instances of MonoDevelop on the Mac?
I would like to open a new MonoDevelop instance to work on a different project on the Mac, and the OS is currently preventing me from opening a new instance.
70
votes
3answers
22k views
Install autoreconf on OSX 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 ...
67
votes
6answers
75k views
git on Mac OS X Lion [duplicate]
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?
67
votes
12answers
63k views
Getting “Can't connect…through socket '/tmp/mysql'” when installing MySQL on Mac OS X 10.6 with Homebrew
So I'm trying to install Mysql through homebrew, using the standard procedure: brew install mysql
But running Mysql gets this well-known error:
ERROR 2002 (HY000): Can't connect to local MySQL ...
65
votes
6answers
54k views
how to start postgresql server on mac os x
by running this command
ps auxwww | grep postgres
i see that postgres is not running
> ps auxwww | grep postgres
remcat 1789 0.0 0.0 2434892 480 s000 R+ 11:28PM 0:00.00 ...
65
votes
2answers
26k views
How to create a Menubar application for Mac
EDIT: This is a nice ready-made menubar application here (github source) by this answer.
I was wondering how to make a menubar application, what are the requirements for that to do so?
I saw a ...
65
votes
2answers
1k views
Webview not displaying in MacOS using Delphi XE2
I have started to convert the Webview interfaces to be consumed in Delphi. I have managed to get the webkit library to load, and the interface methods that is called appears to work correctly, ...
64
votes
7answers
27k views
Finding current executable's path without /proc/self/exe
It seems to me that Linux has it easy with /proc/self/exe. But I'd like to know if there is a convenient way to find the current application's directory in C/C++ with cross-platform interfaces. I've ...
64
votes
12answers
52k views
Are there any HTTP/HTTPS interception tools like Fiddler for mac os X? [closed]
I would want to ask you if you know any application like fiddler but for mac os x , i need to debug some requests from google earth in mac os x. i used to do it with fiddler on windows but now i don't ...
63
votes
7answers
33k views
How do you uninstall MySQL from Mac OS X?
I accidentally installed the PowerPC version of MySQL on my Intel Mac in Snow Leopard, and it installed without a problem but of course doesn't run properly. I just didn't pay enough attention. Now ...
60
votes
11answers
26k views
Source code for Mac OS X Java Updates [duplicate]
Java for Mac OS X 10.6 Update 3 upgraded to java 1.6.0_22. However, they did not include the source code or JavaDoc. Does anyone know if Apple provides the source, and if so, where to find it?
I'd ...
60
votes
9answers
13k views
How can I get the behavior of GNU's readlink -f on a Mac?
On Linux, the readlink utility accepts an option -f that follows additional links. This doesn't seem to work on Mac and possibly BSD based systems. What would the equivalent be?
Here's some debug ...
59
votes
2answers
17k views
Installing Apples Network Link Conditioner Tool
I have installed xcode 4.3.1 on my machine running Lion.
I can't find the Network Link Conditioner tool anywhere.
I have checked the utilities folder, also the xcode/contents/developer/* ...
57
votes
13answers
21k views
What is the best Scheme or LISP implementation for OS X?
I am looking for a version of Scheme or even LISP that I can use to recover some lost Lisp development skills. Some web capabilities would be nice but not essential.
I've looked at Plt and MIT ...
