I try to check internet connection and use following:
Reachability *reachManager = [Reachability sharedReachability];
Befor I'll add the necessary framework. And I get warning: "Reachablity may respond +sharedReachability". Run app and get crash. Any solution?