netguru / ResponseDetective

Sherlock Holmes of the networking layer. :male_detective:
MIT License
1.96k stars 92 forks source link

Crash on iOS 13.4 (EXC_BAD_ACCESS) #58

Closed skvasov closed 4 years ago

skvasov commented 4 years ago

What happened: The library has started crashing after updating to iOS 13.4 both simulator and device.

com.apple.CFNetwork.CustomProtocols (119): EXC_BAD_ACCESS (code=EXC_i386_GPFLT)

Where: URLProtocol.swift line 43

Environment: MacOS 10.15.4 Xcode 11.4 iOS 13.4 ResponseDetective 1.3.0 CocoaPods 1.9.1

Screen Shot 2020-03-25 at 18 36 10
akashivskyy commented 4 years ago

Thanks for reporting! I opened a PR with the fix and will release 1.4.0 ASAP.

akashivskyy commented 4 years ago

Released. It should be available on CocoaPods once #60 is done. Cheers!