tjvantoll / nativescript-IQKeyboardManager

NativeScript wrapper for the popular IQKeyboardManager iOS framework
MIT License
100 stars 20 forks source link

Build warnings with 1.1.0 #30

Closed halaharr closed 6 years ago

halaharr commented 6 years ago

Hi, I am getting lot of warnings with 1.1.0.

/Users/halaharvi/Projects/A2Z.FieldCompass/A2Z.FieldCompass/A2Z.FieldCompass/platforms/ios/Pods/IQKeyboardManager/IQKeyboardManager/IQKeyboardReturnKeyHandler.m:305:65: warning: 'UITextFieldDidEndEditingReason' is partial: introduced in iOS 10.0 [-Wunguarded-availability]

tjvantoll commented 6 years ago

Hey @halaharr,

Thanks for reporting these and sorry for the late replies. These warnings are the reason we needed to upgrade the underlying pod, so 1.2.0 should fix these problems (if not let me know). I’m going to see what’s up with #29 so that hopefully you can upgrade.