devedbox / AXWebViewController

AXWebViewController is a webViewController to browse web content inside applications. It’s a lightweight controller on iOS platform based on WKWebView (UIWebView would be the base Kit under iOS 8.0). It added navigation tool bar to refresh, go back, go forward and so on. It support the navigation style on WeChat. It is a simple-using and convenient web view controller using inside applications.
MIT License
798 stars 134 forks source link

pod update 出错 #68

Open Pikdays opened 6 years ago

Pikdays commented 6 years ago

-----Error: 执行 pod update 操作后,AXWebViewController.m 文件中的这段代码报错:[[AXPracticalHUD sharedHUD] showSimpleInView:self.view.window text:nil detail:nil configuration:^(AXPracticalHUD *HUD) {略} -----Xcode提示信息:No visible @interface for 'AXPracticalHUD' declares the selector 'showSimpleInView:text:detail:configuration:' -----所有开发环境都是最新的 -----解决方案建议:podfile 中 的 pod 'AXPracticalHUD' 加上指定的版本号,可避免依赖库更新兼容性问题

Pikdays commented 6 years ago

@devedbox

tentenlee100 commented 6 years ago

可以先解決的話是在自己的podfile中自己加上 pod 'AXPracticalHUD' , '1.2.0'

devedbox commented 6 years ago

@Pikdays 最新版 0.7.2 已完善.