On Aug 2, 2010, at 11:54 PM, Gerriet M. Denkmann wrote: > When I run the Apple Sample Code "CurrentAddress" on my iPhone (4.0.1) I > always get: > Tue Aug 3 13:50:52 da CurAddress[679] <Error>: > CGImageCreateWithImageProvider: invalid image size: 0 x 0. > > What does this mean?
It means exactly what it says. Someone tried to create a CGImage with a size of 0x0. > What can I do about this? If you are creating CGImages, you should ensure they aren't 0x0 in size. If you are not creating CGImages then you should file a bug report. -- David Duncan _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com