Open bradumbaugh opened 6 years ago
Indeed there are a bunch of missing NSCoder
selectors.
!missing-selector! NSCoder::allowsKeyedCoding not bound
!missing-selector! NSCoder::decodeArrayOfObjCType:count:at: not bound
!missing-selector! NSCoder::decodeIntForKey: not bound
!missing-selector! NSCoder::decodeObjectOfClass:forKey: not bound
!missing-selector! NSCoder::decodeObjectOfClasses:forKey: not bound
!missing-selector! NSCoder::decodePropertyListForKey: not bound
!missing-selector! NSCoder::decodeValueOfObjCType:at: not bound
!missing-selector! NSCoder::decodeValueOfObjCType:at:size: not bound
!missing-selector! NSCoder::decodeValuesOfObjCTypes: not bound
!missing-selector! NSCoder::encodeArrayOfObjCType:count:at: not bound
!missing-selector! NSCoder::encodeBycopyObject: not bound
!missing-selector! NSCoder::encodeByrefObject: not bound
!missing-selector! NSCoder::encodeBytes:length: not bound
!missing-selector! NSCoder::encodeConditionalObject: not bound
!missing-selector! NSCoder::encodeDataObject: not bound
!missing-selector! NSCoder::encodeInt:forKey: not bound
!missing-selector! NSCoder::encodeValueOfObjCType:at: not bound
!missing-selector! NSCoder::encodeValuesOfObjCTypes: not bound
!missing-selector! NSCoder::setObjectZone: not bound
!missing-selector! NSCoder::versionForClassName: not bound
Steps to Reproduce
decodeObjectOfClass:forKey:
on anNSCoder
objectExpected Behavior
Expect to see a binding for
decodeObjectOfClass:forKey
Actual Behavior
No binding exists
Environment
Build Logs
Example Project (If Possible)
n/a