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

SimplePing.h errors for Xcode GM #29

Closed
yavuz opened this issue Sep 13, 2017 · 6 comments
Closed

SimplePing.h errors for Xcode GM #29

yavuz opened this issue Sep 13, 2017 · 6 comments

Comments

@yavuz
Copy link

yavuz commented Sep 13, 2017

When I try to compile with Xcode GM, I get a SimplePing.h error.

Is there anyone testing with Xcode GM?

@mavris
Copy link
Owner

mavris commented Sep 14, 2017

I will check it and let you know. Did you use CocoaPods?

@jpalten
Copy link

jpalten commented Sep 14, 2017

There are some issues for sure. And changes needed.

@yavuz
Copy link
Author

yavuz commented Sep 14, 2017

@mavris git repo and cocoapods. yes, there are some issues in both of them.

@yavuz
Copy link
Author

yavuz commented Sep 15, 2017

firstly, in Simple.h file. this lines.

from
check_compile_time

to
__Check_Compile_Time

I changed it.

after MacFinder.h file.

from
#include <net/route.h>
to
#include "route.h"

that's it. I did temporarily solved.

@atulvuliv
Copy link

Thanks, I did the above changes and it worked.

@mavris
Copy link
Owner

mavris commented Sep 29, 2017

Hi guys, I fixed the issue. Thanks for your help

@mavris mavris closed this as completed Sep 29, 2017
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

4 participants