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
I've just done analyze on my project in Xcode and get this warning:
LIALinkedInAuthorizationViewController.m:77:1: warning: The 'viewDidAppear:' instance method in UIViewController subclass 'LIALinkedInAuthorizationViewController' is missing a [super viewDidAppear:] call
It seems that you forgot to use super method. May be it's worth fixing?
The text was updated successfully, but these errors were encountered:
Hardenn
changed the title
Analyze error
Analyze error in LIALinkedInAuthorizationViewController
Nov 12, 2015
I've just done analyze on my project in Xcode and get this warning:
LIALinkedInAuthorizationViewController.m:77:1: warning: The 'viewDidAppear:' instance method in UIViewController subclass 'LIALinkedInAuthorizationViewController' is missing a [super viewDidAppear:] call
It seems that you forgot to use super method. May be it's worth fixing?
The text was updated successfully, but these errors were encountered: