Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No instructions for building and build fails on iOS. #7

Open
azav opened this issue Aug 13, 2013 · 3 comments
Open

No instructions for building and build fails on iOS. #7

azav opened this issue Aug 13, 2013 · 3 comments

Comments

@azav
Copy link

azav commented Aug 13, 2013

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?

@kstenerud
Copy link
Owner

Which target fails to build? I'm able to build all targets in Xcode 4.6.3 on OSX 10.8.4.

@azav
Copy link
Author

azav commented Aug 14, 2013

I was building the iOS version.

Any idea why Xcode can't find files within its own project?

@hlung
Copy link

hlung commented May 21, 2014

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...

//#import <KSReachability/KSReachability.h>
#import "KSReachability.h"

Then it should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants