apache / incubator-weex

Apache Weex (Incubating)
https://weex.apache.org
Apache License 2.0
13.75k stars 1.82k forks source link

[iOS][Dev-tool] version: 0.28.0 [NSURLResponse statusCode]: unrecognized selector sent to instance 0x283513b20' #3197

Open yyhinbeijing opened 4 years ago

yyhinbeijing commented 4 years ago

{ NSURL downloadPath = nil; NSError error = nil; NSHTTPURLResponse httpResponse = (NSHTTPURLResponse)response; if (200 == httpResponse.statusCode) { } } Class: WXUtility.h line: 661 类似这样的错误很多 手机系统:iOSv13.40 Xcode: 11.4 osx: 10.15.4 这个问题很严重,导致app崩溃率大大提升,麻烦官方看一下。

swieer commented 4 years ago

same problem.....