129
votes
54answers
17k views
What are those little Xcode tips & tricks you wish you knew about 2 years ago?
With a huge influx of newbies to Xcode I'm sure there are lots of Xcode tips and tricks to be shared.
What are yours?
35
votes
9answers
3k views
What is the best way to unit test Objective-C code?
What frameworks exist to unit test Objective-C code? I would like a framework that integrates nicely with Xcode.
22
votes
7answers
6k views
Can git be integrated with Xcode?
Is there any way to use a git repository with the built in SCM functions of Xcode?
19
votes
5answers
5k views
Git ignore file for Xcode projects
Which files should I include in .gitignore when using Git in conjunction with Xcode?
15
votes
2answers
1k 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.
14
votes
13answers
12k views
EXC_BAD_ACCESS signal received
When deploying the application to the device, the program will quit after a few cycles with the following error:
Program received signal: "EXC_BAD_ACCESS".
The program runs without any issue on the …
13
votes
16answers
4k views
iPhone Dev: XCode debugger does not stop on breakpoints
I've got XCode 3.1.2 on OS X 10.5.5. I have an iPhone project that builds fine but the debugger will not hit any of the breakpoints I set. I've tried all the standard fixes that I find on the net:
…
13
votes
21answers
1k views
Smelly class names?
In your experience, what are some "smelly" keywords in class or function names that might be warning signs of bad object-oriented design?
I've found that classes containing the word Manager or Base …
10
votes
5answers
2k views
How to Check for an active Internet Connection on iPhone SDK?
I would like to check to see if I have an internet connection on the iPhone using the cocoa touch libraries.
I came up with a way to do this using an NSUrl. The way I did it seems a bit unreliable …
10
votes
4answers
4k views
How do I debug with NSLog(@”Inside of the iPhone Simulator”)?
I'm used to programming and having log messages be viewable. I know you used to be able to use NSLog() to trace out messages when debugging Cocoa apps. What is the best way to "trace" messages when …
10
votes
3answers
1k views
Any ReSharper equivalent for Xcode?
I'm a complete Xcode/Objective-C/Cocoa newbie but I'm learning fast and really starting to enjoy getting to grips with a new language, platform and paradigm.
One thing is though, having been using …
9
votes
8answers
352 views
Xcode Developer Documentation Link Hover Jumps To Top
I don't know how I got into this state, but the Xcode documentation window has been exhibiting this strange behavior of "jumping to top" whenever I hover over a link in one of the doc files.
For …
9
votes
5answers
1k views
NSLog tips and tricks
Hi,
I'm doing a presentation on debugging in Xcode and would like to get more information on using NSLog efficiently. I'd like to know if there are any tips and tricks to using NSLog which you guys …
9
votes
2answers
1k views
Subdirectories within an iPhone application
Is there a way to have directories within an .app?
At the moment if I add a file into Xcode, regardless of what Group hierarchy it is in, the file always lands in a flat filesystem within my …
9
votes
3answers
3k views
Creating static library for iPhone
There's an open source library that I would like to use for my iPhone app. The library is written in C and compiles with Makefiles. I would like to use a static library.
If I add the .a file to my …
