iPhoneSDKプログラミング大全のUITableViewで早くもつまずく、CGRectZeroでコンパイルエラー

P159でビルドすると下記のエラーでるじゃないですか。

 
CGRectZeroでGoogle検索してみると次のサイトで教えてくれました。
http://discussions.apple.com/thread.jspa?messageID=7331891

Try adding CoreGraphics framework in your project.

In XCode project - Frameworks, right click, and add the framework :

mine is located in : /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.0.sdk/System/Library/Frameworks/CoreGraphics.framework

 
下記のように"/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.0.sdk/System/Library/Frameworks/CoreGraphics.framework"を追加すればokでした。