> "There is no Key 'firstName' for the keypath 'loc' in CBla...."
Oh.. right .. wait a minute. Yeah it's finding "loc" just fine, it
just has no ability to validate that keypath. You have really just a
couple options right now:
1) switch from "error if missing key on NSKeyValueCoding" to "warn if
missing key on NSKeyValueCoding", but you'll still get warnings
2) turn off both, but then you'll get what Anjo was talking about
(where you lose a lot of potential errors/warnings)
3) add // VALID onto the end of the line that is having the problem
(which tells the validator to just ignore problems on that line)
4) wait for me to add support for something like custom keypath regex
validations, or however it ends up -- not sure when that will be
right now
This archive was generated by hypermail 2.0.0 : Mon May 07 2007 - 09:51:47 EDT