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
797 stars 133 forks source link

cocoapods 加载bundle文件出错,闪退 #21

Closed mixlan123 closed 7 years ago

mixlan123 commented 7 years ago

使用cocoapods 加载如下文件 为空。 pods中有该资源文件,但是加载不到。

define kAX404NotFoundHTMLPath [[NSBundle mainBundle] pathForResource:@"AXWebViewController.bundle/html.bundle/404" ofType:@"html"]

devedbox commented 7 years ago

@mixlan123 系统版本是多少?xcode版本是多少?

devedbox commented 7 years ago

@mixlan123 试试这个版本有没有解决问题:tag0.4.3

mixlan123 commented 7 years ago

系统 ios10.2 xcode8.2.1。之前是0.4.1版本。 更新到 tag0.4.3 解决了,谢谢!

devedbox commented 7 years ago

客气