iPhone Developer Help

Full Version: CGRectZero not working in beta 7 sdk..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
_CGRectZero$non_lazy_ptr error coming on in UITableView's code...

cell = [[[UITableViewCell alloc] initWithFrame:CGRectZero reuseIdentifier:identity] autorelease];

i m using beta 7 sdk..i tried yo get library/framework -> add new framework..to add coregraphics framework...

but coregraphics frmaework is not in the list...

can anybodu help me ...to get its sollution...
Hi Jazz,
CoreGraphics.framework is working in SDK7.
Make sure you added from the path /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.0.sdk/System/Library/Frameworks/CoreGraphics.framework.

and dont copy that framework into your project directory that will also give some problems...

You might added from iPhoneSimulator.platform.Check once.

All the best
Smile thanks..it is solved...path was wrong .



raju Wrote:
Hi Jazz,
CoreGraphics.framework is working in SDK7.
Make sure you added from the path /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.0.sdk/System/Library/Frameworks/CoreGraphics.framework.

and dont copy that framework into your project directory that will also give some problems...

You might added from iPhoneSimulator.platform.Check once.

All the best

Reference URL's