#98: "Pattern colors are not supported" when compiling iPhone app
Solved!
When compiling an iPhone app project, a controller XIB file reports an error "Pattern colors are not supported by the iPhone SDK for iPhone OS versions prior to 3.0". The Xcode Project deployment target is set to compile for iPhone OS 3.x or 4.x, so this really...
#42: HTML or XHTML Parser for iPhone SDK 2.x
Solved!
A couple of my iPhone projects require a decent HTML/XHTML parser. On OS X, Cocoa ships with NSXMLDocument, which includes dirty HTML parsing functionality from libtidy. Unfortunately, NSXMLDocument is not part of the actual iPhone 2.2 SDK (though it is part...
#29: Reset a frozen iPhone
Solved!
My iPhone 3G has completely frozen and does not respond to the usual reset methods (holding down the Sleep/Wake button at the top). I need to reset it.

yliu