How-To: Resolve _CGRectZero Errors developing for iPhone
Oct.31, 2008 in
iPhone Development
If you are getting compile time errors regarding _CGRectZero in the UITableViewController, it’s probably because you don’t have the Core Graphic Framework included in your project. To resolve this problem, try the following steps:
- In your project, expand the “Targets” section
- Double click on the name of your application
- A window will popup. Click the “General” tab
- Click the + symbol in the bottom left corner of the window
- Add the “CoreGraphics” framework
- Try recompiling your application
This solved my issues – hope it helps someone.
Tags: iphone

Leave a Reply