xiubojin / JXBWKWebView

An component WebView for iOS base on WKWebView
MIT License
736 stars 115 forks source link

FBRetainCycleDetector 检测到内存泄漏 #34

Closed LChao05 closed 5 years ago

LChao05 commented 5 years ago

Possibly Memory Leak. In case that JXBWKWebView should not be dealloced, override -willDealloc in JXBWKWebView by returning NO. View-ViewController stack: [ "TaskWallVC", "UIView", "JXBWKWebView", ]

xiubojin commented 5 years ago

具体是哪?

LChao05 commented 5 years ago

没看出来,你pod 'MLeaksFinder'到你的demo工程试一下,也会报内存泄漏

xiubojin commented 5 years ago

不用管,项目是没问题的。