1
vote
Cocoa and Objective-C resources?
As others have mentioned Cocoa Programming for Mac OSX is a very good choice for a book. Make sure that you get the third edition if you're using Leopard and Xcode 3.0 or later. There were some c …
1
vote
Developer Setup for Starting Out with Cocoa/Mac Programming
You might try the demo of textmate and see how you like it for working with objective-c or any other type of text really. It will import xcode p …
0
votes
Why aren’t my breakpoints working in Xcode?
There appears to be 3 states for the breakpoints in Xcode. If you click on them they'll go through the different settings. Dark blue is enabled, grayed out is disabled and I've seen a pail blue som …
3
votes
Why is my cocoa program getting EXC_BAD_ACCESS during startup?
I've seen times where this can happen when you are trying to access a object that you didn't retain properly so its either not pointing to a valid copy of your object or its pointing to an object o …
