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'm not sure how far this bug potentially goes. I verified that this was the case with at least one other person, so I don't think this is something specific to my Xcode install.
If I search for "rootViewController", the only two results I get are -[UINavigationController popToRootViewControllerAnimated:] and the rootViewController property of UIWindow. -[UINavigationController initWithRootViewController:] is not returned as a result even though it clearly should be. This seems like a pretty basic but potentially far reaching issue.
The text was updated successfully, but these errors were encountered:
I'm not sure how far this bug potentially goes. I verified that this was the case with at least one other person, so I don't think this is something specific to my Xcode install.
If I search for "rootViewController", the only two results I get are -[UINavigationController popToRootViewControllerAnimated:] and the rootViewController property of UIWindow. -[UINavigationController initWithRootViewController:] is not returned as a result even though it clearly should be. This seems like a pretty basic but potentially far reaching issue.
The text was updated successfully, but these errors were encountered: