New Issue Checklist
Environment
- version of OHHTTPStubs: 9.1.0
- integration method you are using:
- version of the tool you use: Xcode 15
Issue Description
We're using PINRemoteImage and OHHTTPStubs in our project and have notices an anomaly with Xcode 15. It appears that PINRemoteImage doesn't call + (BOOL)canInitWithRequest:(NSURLRequest *)request; on NSURLProtocol in Xcode 15, but does in Xcode 14. After digging through the code of OHHTTPStubs a bit, I can see that this is a critical part of getting stubbing setup correctly, so that makes sense as to why it's not working.
I know this is likely more of an issue for the PINRemoteImage folks, but thought I'd also post here to see if anyone knows of any underlying changes to NSURLSession that shipped with Xcode 15 that could be causing this.
New Issue Checklist
OHHTTPStubsfor your project sectionEnvironment
Issue Description
We're using
PINRemoteImageandOHHTTPStubsin our project and have notices an anomaly with Xcode 15. It appears thatPINRemoteImagedoesn't call+ (BOOL)canInitWithRequest:(NSURLRequest *)request;onNSURLProtocolin Xcode 15, but does in Xcode 14. After digging through the code ofOHHTTPStubsa bit, I can see that this is a critical part of getting stubbing setup correctly, so that makes sense as to why it's not working.I know this is likely more of an issue for the
PINRemoteImagefolks, but thought I'd also post here to see if anyone knows of any underlying changes toNSURLSessionthat shipped with Xcode 15 that could be causing this.