RealHTTP icon indicating copy to clipboard operation
RealHTTP copied to clipboard

[Bug]: Use of unimplemented 'init(request:cachedResponse:client:)' in RealHTTP.HTTPStubURLProtocol

Open malcommac opened this issue 3 years ago • 0 comments

Platform Version

Any

SDK Version

Any

Xcode Version

Any

Steps To Reproduce

It's not always reproducible, but typically, it happens at the startup.

The error is:

RealHTTP/HTTPStubURLProtocol.swift:18: Fatal error: Use of unimplemented initializer 'init(request:cachedResponse:client:)' for class 'RealHTTP.HTTPStubURLProtocol'
(lldb) 

Expected Behavior

Init continue w/o crash

Actual Incorrect Behavior

Crash of the hosted app.

malcommac avatar Sep 22 '22 14:09 malcommac