Well that’s that. The Xcode 4 book is finished and currently being printed (and prepared for digital sale in a number of formats as well). You can preorder it now if you like. See the official announcement for (un)specific dates.
Continue readingPer-File Compiler Flags in Xcode 4
I had written previously (twice) about missing debug symbols and strangeness related to compiler optimization in Xcode. I’d specifically mentioned per-file compiler flags. You may be wondering where they went in Xcode 4. “Ur flagz … let me show you them.”
Continue readingAnother Xcode Debugging Tip
Another quick Xcode debugging tip: If you experience “orange breakpoints” when debugging and have verified you’re in debug mode, and have cleaned and rebuilt your target to no avail, try disabling “Load Symbols Lazily” in Xcode’s Debugging preferences panel.
Just Lettin’ You Know
Several people have asked me privately to let them know when the book comes out. It seems e-mail is the preferred method for those who (for reasons I can’t possibly fathom) don’t feel like keeping up with the Social Web. So I created a mailing list for the Xcode 4 Book site.
Continue readingDevelop Apps with Xcode 4: Update
It’s been about a month and a half since I announced I’m writing an Xcode 4 book for Peachpit Press. I thought I’d give a little status update for those who keep asking me about it – something more substantial than “I’m writing as fast as I can, you damn vultures!”
Continue readingThe Author Formerly Known as Josh
Now that contractual matters are settled and I’m finishing up the first chapter, I can finally announce my good news. Drumroll, please. I’m writing a book on the up-coming Xcode 4 for Peachpit Press. Yay!
Continue readingBuggered Debugger
Since my Twitter complaint about gdb under Xcode suddenly refusing to let me examine symbols, I’ve gotten a lot of search hits on my site for the “unable to access variable xcode” key phrase for my post titled “Unrolled Loops, the Debugger, & YOU“. I figured I’d share a more complete post on the subject of buggered debuggers for the most common causes.
Continue readingUnrolled Loops, the Debugger, and YOU
I’ve just completed a 16-hour (off and on) “what the fuck?!” session with Xcode (3 and 4). Specifically, when debugging a specific class, gdb kept telling me, “Unable to access variable…” any time I’d “po” a variable or hover over the symbol in the editor. I blamed plenty of different possible culprits.
Continue reading