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
Check for selector, not class when retrieving request object from AFURLSessionManager
The class of the object associated with a notification sent from AFURLSessionManager may not be NSURLSessionTask e.g. [[notification object] class] => __NSCFLocalDataTask.
Check for respondsToSelector: in order to retrieve the request instead.
0 commit comments