taktik / TKTokenField

An easily expandable drop-in replacement for NSTokenField that actually works
GNU Lesser General Public License v2.1
8 stars 3 forks source link

getting use of undefined identifier "_cell" in the Xcode project. #4

Open quantumDavey opened 4 years ago

quantumDavey commented 4 years ago

So I have cloned this git repos and opened the xcodeproj. I updated the target to allow use of storyboards. However, Xcode is complaining about undefined identifier "_cell" being used in TKTokenField.m in the initWithFrame method and the setter and getter methods for tokenStyle, completionDelay and tokenizingCharacterSet. I can find no @property "cell" in the framework, or am I missing something ??