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

编译出错 #33

Closed johnsonlrd closed 7 years ago

johnsonlrd commented 7 years ago

我直接把源码放进工程的时候,把你里面相关用到第三方库也加进去了,编译报错,“Apple Mach-O Linker Error: Apple command failed with exit code 1”,不加你的AXWebViewController是没问题的。是编译的时候,没找到头文件吗?? Xcode 版本 8.3.1 iOS版本 10.3.1

devedbox commented 7 years ago

@johnsonlrd 能不能提供更多的错误信息?

nonstriater commented 7 years ago

使用Cocoapods 安装以后,有编译报错,源码集成ok

devedbox commented 7 years ago

@nonstriater 有详细的报错信息吗?

nonstriater commented 7 years ago

你写个demo,podfile里面加上 #pod 'AXWebViewController', 编译就报错

devedbox commented 7 years ago

@johnsonlrd @nonstriater 版本:v0.4.8已解决.

wuwm commented 7 years ago

@devedbox cocoapods 没有更新到0.4.8 现在是0.4.6

devedbox commented 7 years ago

@wuwm 你试试pod repo update --verbose更新下你的pods repos.