AXWebViewController
AXWebViewController copied to clipboard
pod update 出错
-----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' 加上指定的版本号,可避免依赖库更新兼容性问题
@devedbox
可以先解決的話是在自己的podfile中自己加上
pod 'AXPracticalHUD' , '1.2.0'
@Pikdays 最新版 0.7.2 已完善.