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
Trying to do a build on 10.8.3 (Xcode 4.6.2) for iOS and the error of 'KSReachability/KSReachability.h' file not found is the first thing that happens.
How are you able to build your own project with this error?
The text was updated successfully, but these errors were encountered:
I got this problem too. You just need to include KSReachability.h and KSReachability.m to the project by yourself. It is somehow not included in the project. You also have to delete libKSReachability.a and libKSReachabilityMac.a from Frameworks folder in the left nav pane as I see no target in the project to build those files. And change your import to...
Trying to do a build on 10.8.3 (Xcode 4.6.2) for iOS and the error of 'KSReachability/KSReachability.h' file not found is the first thing that happens.
How are you able to build your own project with this error?
The text was updated successfully, but these errors were encountered: