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
{{ message }}
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
I want to disable NSParameterAssert in the application
I am using AFOAuth2Manager using pod.
I want to disable the following lines in my project
NSParameterAssert(url);
NSParameterAssert(clientID);
NSParameterAssert(secret);
Please check the following code contain in AFOAuth2Manager.m file
Could you please help me how to resolve this issue?
The text was updated successfully, but these errors were encountered: