Is it alpha?
Posted by brian under iPhone Development | Permalink | | Leave A Comment
9:30 - I know that everyone is waiting with baited breath! Well, I have to say, “not yet”. I was all ready to enable rotation (2nd try), when I realized I needed to do my scroll view memory usage optimization first. Unfortunately, that exposed some previously hidden memory management issues, which forced me to learn some new tools and finally figure out Objective-C memory management. Now I seem to have that solved, so I can check it in and get on to rotation. Except, wait, I did get the app to crash last night, so better look at that first…
10:00 - Ah, the debugger’s nightmare. Console log was gone, crash log no help, and can’t reproduce it. Oh, well, sure I’ll see it again later. Time to check-in!
10:10 - Are the “blog” gods as powerful as the “demo” gods? Just as soon as I wrote the last paragraph, I crashed the app! Let’s see why I won’t be able to debug this one…
10:30 - Again, no console log, crash log no help. Gotta see if I can reproduce it while plugged in… YES!
12:44 - Got a bunch of stuff fixed. I want to write it is ready for check-in, but I know now that I wrote that, something will crash…
14:09 - Cleaned up and ready to check-in!

