Ok so I am trying to check for internet connectivity as my app requires it, I have included the reachability.h files as a solution suggested here Easiest way to determine whether iPhone internet connection is available? but I am getting 12 errors from that class. Any suggestions

As well as importing
reachability.h, you also need to add the System Configuration framework to your project?