Cannot use the Objective-C version with Cocoapods
Closed this issue · 1 comments
dvkch commented
Hi,
I'd like to continue use the latest Objective-C version with cocoapods, and updated the project Podfile to pod 'IHKeyboardAvoiding', '~> 2.6'
. Unfortunately it seems cocoapods uses the latest podspec available, meaning it doesn't use the old *.{h,m}
rule, and no file are installed in the project.
Any idea how to deal with this ?
dvkch commented
Removed from Podfile, pod install
, added back, pod install
, seems to be fixed now!