-1

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

errors

Community
  • 1
  • 1
mintuz
  • 735
  • 1
  • 18
  • 40

1 Answers1

2

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

enter image description here

Abizern
  • 146,289
  • 39
  • 203
  • 257