You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running PINRemoteImage version 3.0.3 on Xcode 15 and I noticed when I was attempting to stub image loading for tests that the function + (BOOL)canInitWithRequest:(NSURLRequest *)request; in the NSURLProtocol is not called.
This function is hit when running PINRemoteImage on Xcode 14, and is critical for us in testing and stubbing image loading with PINRemoteImage. Does anyone have any insight as to why this is the case and how to rectify it?
The text was updated successfully, but these errors were encountered:
Running
PINRemoteImage
version3.0.3
on Xcode 15 and I noticed when I was attempting to stub image loading for tests that the function+ (BOOL)canInitWithRequest:(NSURLRequest *)request;
in theNSURLProtocol
is not called.This function is hit when running PINRemoteImage on Xcode 14, and is critical for us in testing and stubbing image loading with PINRemoteImage. Does anyone have any insight as to why this is the case and how to rectify it?
The text was updated successfully, but these errors were encountered: