UITextView-WZB
UITextView-WZB copied to clipboard
pod install 错误哦
trafficstars
[!] CocoaPods could not find compatible versions for pod "UITextView-WZB": In Podfile: UITextView-WZB (~> 1.1.1)
Specs satisfying the UITextView-WZB (~> 1.1.1) dependency were found, but they required a higher minimum deployment target.
试了一下,BUG比较多,不大好用,而且还会闪退,高度计算不大准确,复制和全选删除貌似都不会自适应高度哦~~
1、podfile中需要增加platform :ios, '8.0'(最低支持版本) 2、更新cocoapods到最新版本后重试