eros-plugin-ios-baseLibrary
eros-plugin-ios-baseLibrary copied to clipboard
eros ios sdk.
现在App Store上架APP要求使用WKWebView,禁止使用UIWebView ,我看配置文件还是使用YTK 2.0.4版本,现在YTK已经升级3.0
因为再swift工程的podfile里使用了use_framework,导致pod install时出现如下错误:[!] The 'Pods-DualSimCard' target has transitive dependencies that include statically linked binaries: (/Users/xx/Desktop/xxx/xxx/Pods/WeexPluginLoader/WeexPluginLoader.framework) 大神求解
```c #ifdef DEBUG #import #import "WXScannerVC.h" #import "UIViewController+WXDemoNaviBar.h" #import "WXDemoViewController.h" #import "WXDebugTool.h" // Here is error #import #import ``` 'WXDevtool/TBWXDevTool/WXDevTool.h' file not found in Line26 I thought the `WXDevtool` was...