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

can not run on XCODE 5 with error MacTypes.h file no found #6

Closed
cocoajin opened this issue Dec 11, 2013 · 3 comments
Closed

can not run on XCODE 5 with error MacTypes.h file no found #6

cocoajin opened this issue Dec 11, 2013 · 3 comments

Comments

@cocoajin
Copy link

can not run on XCODE 5 with error MacTypes.h file no found!
but this error without in XCODE4;
so please use XCODE4 run this!

@LordPinguin
Copy link

You need to replace one line in ioSoch.h:

#include <CoreServices/../Frameworks/CarbonCore.framework/Headers/MacTypes.h>

to

#include <MacTypes.h>

@cocoajin
Copy link
Author

thanks!

@ShenYj
Copy link

ShenYj commented Sep 13, 2016

good

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