0

Starting Xcode7, I received error on creating IBOutlet to my keyboard accessory view:

this class is not key value coding-compliant for the key keyboardAccessoryView.'

How to properly connect this accessory view?

Thanks.

enter image description here

Wain
  • 118,658
  • 15
  • 128
  • 151
Allan Macatingrao
  • 2,071
  • 1
  • 20
  • 28
  • Where and how is the outlet defined? – Wain Jun 29 '15 at 06:46
  • Your question leads me to check the class (.swift) file for `FeedbackViewController`. I turns out the `FeedbackViewController` swift file is not included in `target` > `Build Phases` > `Compile Sources`. Thanks anyway. It's working now. – Allan Macatingrao Jun 29 '15 at 06:52
  • http://stackoverflow.com/questions/3088059/this-class-is-not-key-value-coding-compliant-for-the-key –  Jun 29 '15 at 06:53

0 Answers0