Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

打开JS Debug开关时,iOS 崩溃 #35

Open
NickeyLin opened this issue Mar 11, 2019 · 1 comment
Open

打开JS Debug开关时,iOS 崩溃 #35

NickeyLin opened this issue Mar 11, 2019 · 1 comment

Comments

@NickeyLin
Copy link

iOS debug的时候,打开JS Debug开关会导致iOS崩溃。 如下:

2019-03-11 18:04:37.325752+0800 WeexDemo[14054:1228478] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[WXDebugger registerCallUpdateComponentData:]: unrecognized selector sent to instance 0x2812c5a80'

release/0.21.0 分支上貌似已经处理了这个崩溃问题,但是没有合并到master分支。而且cocoapods上最新的WXDevtool还是0.20.0版本,并没有 0.20.1(或0.21.0)版本。 @erha19

@farmerhanxin
Copy link

farmerhanxin commented Aug 16, 2019

WXDebugger 没有实现registerCallUpdateComponentData协议 另外WXDebugger的_executionDebugAry方法内的NSArray *templateContainers = [NSArray arrayWithArray:_debugAry];数组内会有nil元素也会引起崩溃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants