1.To Disable ARC
Targets->BuildPhases->CompileSources->select the files->double click and type -fno-objc-arc for the required files
2.undefined-symbols-for-architecture-i386-scnetworkreachabilitysetcallback
Including SystemConfiguration.framework will fix this problem
3.Tableview not displaying anything,not triggering to call datasource and delegate methods
Probably Tableview's delegate and datasource might not have set properly.
Set the delegate and datasource for the table view.