netguru / ResponseDetective

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

Runtime crash #61

Closed laindow closed 4 years ago

laindow commented 4 years ago

Hello guys,

After I updated Xcode to 11.4 I got this exception on start.

    /// A unique identifier of the request. Currently its address.
private lazy var requestIdentifier: String = String(describing: Unmanaged<AnyObject>.passUnretained(self.internalTask.originalRequest! as AnyObject).toOpaque())

com.apple.CFNetwork.CustomProtocols (12): EXC_BAD_ACCESS (code=EXC_I386_GPFLT)

Screen Shot 2020-04-05 at 23 03 29

Best regards, Konstantin

akashivskyy commented 4 years ago

Hi Konstantin! This has been fixed in #59. Please upgrade ResponseDetective to version 1.4.0 and the problem should go away.