Search Results

14
votes

Why aren’t my breakpoints working in Xcode?

First of all, I agree 100% with the earlier folks that said turn OFF "Load Symbols Lazily." I have two more things to add. My first suggestion sounds obvious, but the first time som …
3
votes

Beginner question about XCode 3.1.1 and static libraries

I am not sure if I am correctly visualizing each of the steps you have described, and therefore I might be misinterpreting the current state you are in as a result. However, I think …
0
votes

Beginner question about XCode 3.1.1 and static libraries

I am also a fairly new user of Xcode. Most of what I know I learned from an Xcode book by James Bucanek (ISBN 047175479x). It is an older book that was written for/with Xcode 2.2, but I find that …
4
votes

.gdbinit config file conflict with Xcode debugging

My "short" answer: You may have noticed this already, but just in case: First of all, even when you see that error, (assuming that you click past it and continue), …
0
votes

Specific help with Xcode Project Template that is not doing substitution in file contents

First thoughts: have you tried using Apple's "Property List Editor" to edit your plist(s)??? /Developer/Applications/Utilities/Property\ List\ Editor.app That should …
0
votes

Where does Xcode’s open quickly search?

This isn't just a question for Cocoa devs. I use C++ in Xcode and I, too, would like to make "Open Quickly" work better for me. Like Corey (the original asker), I would also like to know o …