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.
10
votes
3answers
8k views
Android update 17 seems incompatible with external Jars
I just allowed my mac to do an update on its java installation and now some of my old jars (like javax.mail and apache.commons.httpclient is throwing class not found exceptions at RUN TIME!!! Meaning, ...
85
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 ...
276
votes
18answers
195k 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 ...
151
votes
4answers
47k 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 ...
6
votes
3answers
6k views
Re-paint problem on translucent frame/panel/component
I'm trying to create a translucent window with Java on OSX and add a JLabel to it.
This JLabel changes its text every second....
However the component is not repainting well.
How can I solve ...
3
votes
3answers
1k views
JAR Bundler using OSXAdapter causing application to lag or terminate
I've created a simple Java application that each second for for 10 seconds consecutive seconds adds a new row to a JTable. It consists of three classes.
The main class that gets called once the ...
345
votes
14answers
81k views
Git ignore file for Xcode projects
Which files should I include in .gitignore when using Git in conjunction with Xcode?
146
votes
15answers
43k 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 ...
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 ...
45
votes
10answers
14k views
Sending a message to nil?
As a Java developer who is reading Apple's Objective-C 2.0 documentation: I wonder as to what sending a message to nil means - let alone how it is actually useful. Taking an excerpt from the ...
89
votes
8answers
39k views
Execute a terminal command from a Cocoa app
How can I execute a terminal command (like grep) from my Objective-C Cocoa application?
139
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 ...
36
votes
5answers
33k views
How to install MySQLdb (Python data access library to MySQL) on Mac OS X?
I'm a Python newbie, but I've just spent a day working out how to get MySQLdb working properly, and the universe according to google includes numerous references to what a PITA it is, and an ...
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 ...
37
votes
6answers
51k views
Rounding numbers in Objective-C
I'm trying to do some number rounding and conversion to a string to enhance the output in an Objective-C program.
I have a float value that I'd like to round to the nearest .5 and then use it to set ...
166
votes
8answers
98k 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 ...
1
vote
5answers
656 views
Instance variables with underscore in Objective-C 2.0 and renaming with @synthetize leads to optimization warnings by the 'Analyze' tool of Xcode 4 [duplicate]
Possible Duplicate:
How does an underscore in front of a variable in a cocoa objective-c class work?
I'm using the same convention for instance variable and properties naming as shown by ...
54
votes
5answers
17k views
Change templates in Xcode
How would I change the initial templates created by Xcode when creating a new Cocoa Class.
I am referring to the comments and class name created when using Xcode's new class wizard.
25
votes
5answers
13k views
How to Write OS X Finder plugin
I'm looking for a guide or sample code for writing Mac OS X Finder plugins? It would like to know how to do some simple actions:
adding image overlayers to icons
adding context menu items
listen to ...
3
votes
2answers
1k views
How do I move my JMenuBar to the screen menu bar on Mac OS X?
When I move my JMenuBar to the screen menu bar on Mac OS X, it leaves some blank space where the menu would be in my window; I need to remove that space. I am using
...
103
votes
6answers
86k 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 ...
6
votes
1answer
2k views
GCD, Threads, Program Flow and UI Updating
I'm having a hard time figuring out how to put this all together.
I have a puzzle solving app on the mac.
You enter the puzzle, press a button, and while it's trying to find the number of solutions,
...
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 ...
77
votes
41answers
73k 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 ...
5
votes
3answers
2k views
Printing my Mac's serial number in java using Unix commands
I am trying to print my mac's [edit: Apple computer] serial number in a java program. I am familiar with the Unix command
ioreg -l | awk '/IOPlatformSerialNumber/ { print $4;}'
which accomplishes ...
41
votes
5answers
24k views
Can I have multiple XCode versions installed?
Is it possible to have more than one version of XCode installed at the same time?
If so, please post any tip, tricks, or potential issues to watch out for.
EDIT:
The reason I want to install ...
27
votes
7answers
15k views
rails server fails to start with mysql2 using rvm & ruby 1.9.2-p0 on OSX 10.6.5
I'm getting the following error when I start rails server:
$ rails server
/Users/ssmith/.rvm/gems/ruby-1.9.2-p0/gems/mysql2-0.2.6/lib/mysql2.rb:7:in `require': ...
39
votes
9answers
26k views
Can not connect to local PostgreSQL
I've managed to bork my local development environment.
All my local Rails apps are now giving the error:
PGError
could not connect to server: Permission denied
Is the server running locally and ...
15
votes
1answer
7k views
CFNetwork and Bonjour integration for iPhone to Mac integration
I want to use CFNetwork and Bonjour in conjunction to be able to have communications between my iPhone app and a Mac app. The app on the iPhone would have one button. Then on the Mac app, there will ...
23
votes
4answers
11k views
Problem setting exif data for an image
I'm using the new ImageIO framework in iOS 4.1. I successfully retrieve the exif metadata using the following:
CFDictionaryRef metadataDict = CMGetAttachment(sampleBuffer, ...
43
votes
3answers
37k views
deep copy NSMutableArray in Objective-C?
Is there any built-in function in Objective-C allows me to deep copy a NSMutableArray?
I looked around, some people say [aMutableArray copyWithZone:nil] works as deep copy. But I tried it seems no.
...
21
votes
10answers
15k views
How to Compile for OS X in Linux or Windows?
I would like to port my C/C++ apps to OS X.
I don't have a Mac, but I have Linux and Windows. Is there any tool for this?
15
votes
9answers
15k views
What's a good way to uniquely identify a computer?
I'm developing some desktop software for a client to resell. The client wants to restrict the software so that the registration code will be specific to one and only one computer.
Besides using the ...
0
votes
4answers
265 views
What are resources for learning Objective-C? [closed]
Are there any free resources that will give me an interactive approach to learning Objective-C?
I have had a little bit of Python and C++ and C# in the past, but no experience what-so-ever with ...
66
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 ...
46
votes
7answers
49k views
Environment variables in Mac OS X
Update: The link below does not have a complete answer. Having to set the path or variable in two places (one for GUI and one for shell) is lame.
Not Duplicate of: ...
8
votes
3answers
33k views
Objective-C Asynchronous Web Request with Cookies
I am writing a program in Objective-C and I need to make web requests to web server, but asynchronously and I am fairly new on mac, I am very good at windows technologies, but I need to know that if I ...
57
votes
9answers
5k views
How to reliably guess the encoding between MacRoman, CP1252, Latin1, UTF-8, and ASCII
At work it seems like no week ever passes without some encoding-related conniption, calamity, or catastrophe. The problem usually derives from programmers who think they can reliably process a “text” ...
41
votes
16answers
85k views
Is it possible to run Mac OS X in a virtual machine? [closed]
I'd love to be able to try Mac OS X in a VM, preferable on something shiny and new like KVM for linux.
I'm a Linux and Windows person, but I would like to try out Mac OS X without ...
19
votes
5answers
15k views
how to install PIL on mac os x 10.7.2 Lion
I've tried googling & looking up some other people's questions. However, I still couldn't find a clear/simple recipe to install PIL (for python 2.6 or 2.7) on mac os x 10.7.2 Lion. Can someone ...
31
votes
11answers
11k views
Open document with default application in Python
I need to be able to open a document using it's default application in Windows and Mac OS. Basically, I want to do the same thing that happens when you double click on the document icon in Explorer or ...
8
votes
5answers
10k views
mysql-python installation problems (on mac os x lion)
I installed everything successfully, or so I thought:
MySQL 5.5 for x86_64.
Python 2.7, x86_64.
mysql-python 1.2.3, x86_64.
But when I try:
import MySQLdb
I get:
ImportError:
...
15
votes
4answers
3k views
Swing on OSX: How to Trap command-Q?
After being convinced ("schooled") that Swing apps on Mac do look native, I'm trying to make mine look as native as possible. Everything looks great, but when I hit command+Q or do it from the menu, ...
13
votes
8answers
21k views
Running a command in a new Mac OS X Terminal window
I've been trying to figure out how to run a bash command in a new Max OS X Terminal.app window. As, an example, here's how I would run my command in a new bash process:
bash -c "my command here"
But ...
116
votes
7answers
122k 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 ...
125
votes
12answers
168k 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 ...
47
votes
1answer
5k views
Do you need to create an NSAutoreleasePool within a block in GCD?
Normally, if you spawn a background thread or run an NSOperation on an NSOperationQueue you need to create an NSAutoreleasePool for that thread or operation because none exists by default.
Does the ...
28
votes
9answers
22k views
iTunes Connect API
Does iTunes Connect has an API? How do some applications download financial and sale reports to computer? Are there some C/Objective-C API wrappers?
Thanks in advance.
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 ...
28
votes
9answers
10k views
Implementing a 30 day time trial [closed]
Question for indie Mac developers out there:
How do I implement a 30-day time trial in a non-evil fashion? Putting a counter in the prefs is not an option, since wiping prefs once a month is not a ...

