简体   繁体   中英

Ionic Framework Hackishly hide inputs error when archiving in xcode

I have written an app in xCode, compiled it and sent it successfully into both the Apple Store and Google Play.

This was several months ago.

I now have been asked to update the app and when I compile in xCode I get an error message pertaining to the 'IonicKeyboard.m' file saying that the property 'HackishlyHidesInput AccessoryView' not found on object of type 'UIView *'.

How do I resolve this issue?

Two things need to be done:

  • Make sure you are NOT using the plugin com.ionic.keyboard and instead are using ionic-plugin-keyboard .
  • The version of ionic-plugin-keyboard must be at least 1.0.8 to be fixed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM