joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.84k stars 784 forks source link

ios app crashes with Rn 0.57.9 in ios 13 using 0.10.15 #522

Open opolyo01 opened 4 years ago

opolyo01 commented 4 years ago

length]: unrecognized selector sent to instance 0x6000038ab5a0' *** First throw call stack: ( 0 CoreFoundation 0x00007fff23c7127e exceptionPreprocess + 350 1 libobjc.A.dylib 0x00007fff513fbb20 objc_exception_throw + 48 2 CoreFoundation 0x00007fff23c91fd4 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132 3 CoreFoundation 0x00007fff23c75c4c __forwarding + 1436 4 CoreFoundation 0x00007fff23c77f78 _CF_forwarding_prep_0 + 120 5 CFNetwork 0x00007fff22f5442b _CFHTTPServerResponseEnqueue + 42815 6 CFNetwork 0x00007fff22e4b8c1 _CFStreamErrorFromCFError + 7283 7 CFNetwork 0x00007fff22e4bc2d _CFStreamErrorFromCFError + 8159 8 CFNetwork 0x00007fff22de0f8d CFURLRequestSetMultipleHTTPHeaderFields + 106 9 ndigo 0x000000010ebb827d __85+[RNFetchBlobReqBuilder buildOctetRequest:taskId:method:url:headers:body:onComplete:]_block_invoke + 3245 10 libdispatch.dylib 0x000000010f74ddd4 _dispatch_call_block_and_release + 12 11 libdispatch.dylib 0x000000010f74ed48 _dispatch_client_callout + 8 12 libdispatch.dylib 0x000000010f7511ef _dispatch_queue_override_invoke + 1022 13 libdispatch.dylib 0x000000010f76028c _dispatch_root_queue_drain + 351 14 libdispatch.dylib 0x000000010f760b96 _dispatch_worker_thread2 + 132 15 libsystem_pthread.dylib 0x00007fff524636d5 _pthread_wqthread + 220 16 libsystem_pthread.dylib 0x00007fff5246357b start_wqthread + 15 ) libc++abi.dylib: terminating with uncaught exception of type NSException

ronnaf commented 4 years ago

@opolyo01 i'm having the same error. were you able to resolve this issue?

hugoh59 commented 3 years ago

Same error here, any updates?