ionic-team / ionic-plugin-keyboard

Ionic Keyboard Plugin for Cordova
Apache License 2.0
610 stars 274 forks source link

HackishlyHidesInputAccessoryView not found #181

Closed floofydoug closed 8 years ago

floofydoug commented 8 years ago

error building projects from latest update: error: property 'hackishlyHidesInputAccessoryView' not found on object of type 'UIWebView *

The following build commands failed:
    CompileC build/Track.build/Debug-iphonesimulator/Track.build/Objects-normal/i386/IonicKeyboard.o Track/Plugins/ionic-plugin-keyboard/IonicKeyboard.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
tlancina commented 8 years ago

Could you post the output of cordova -v and cordova plugins ls please? Thanks!

floofydoug commented 8 years ago

cordova running version: 5.4.1 keyboard version: 1.0.8

tlancina commented 8 years ago

If you do cordova plugin rm ionic-plugin-keyboard and then cordova plugin add ionic-plugin-keyboard to update, does it go away?

floofydoug commented 8 years ago

@tlancina Thanks. Gone! Sorry about that. Realized I was running the wrong version.

tlancina commented 8 years ago

No worries, glad it's working! Going to close the issue, but let us know if you're still having problems, thanks!