UITextView-WZB icon indicating copy to clipboard operation
UITextView-WZB copied to clipboard

pod install 错误哦

Open coooliang opened this issue 7 years ago • 2 comments
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.

coooliang avatar Jul 09 '18 06:07 coooliang

试了一下,BUG比较多,不大好用,而且还会闪退,高度计算不大准确,复制和全选删除貌似都不会自适应高度哦~~

coooliang avatar Jul 09 '18 07:07 coooliang

1、podfile中需要增加platform :ios, '8.0'(最低支持版本) 2、更新cocoapods到最新版本后重试

JsonJob avatar Jul 09 '18 07:07 JsonJob