Re: A new flavor of the "this class is not key value coding-compliant for ..." error

2010-08-20 Thread Jay Reynolds Freeman
Addendum: I should also have said that my implementation's "didReceiveMemoryWarning" contains nothing at present but the canonical call to [super didReceiveMemoryWarning], and that the crash occurs even when I comment out the entire overwrite of "didReceiveMemoryWarning". -- Jay Reynolds Freeman

A new flavor of the "this class is not key value coding-compliant for ..." error

2010-08-20 Thread Jay Reynolds Freeman
This could be cocoa-related or Xcode-related, so I will probably eventually do separate posts to the two lists, but I thought I would start here. I am using Xcode 3.2.2 to write an iPad app, using the SDKs that came with it (all public to developers now), running on the simulator. All is well, til