RealHTTP
RealHTTP copied to clipboard
[Bug]: Use of unimplemented 'init(request:cachedResponse:client:)' in RealHTTP.HTTPStubURLProtocol
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.