Friday, 15 June 2012

theos - IOTypes error OSTypes not found -



theos - IOTypes error OSTypes not found -

i using theos , when utilize create package, error:

in file included /users/jordan/welcomer/theos/include/iokit/iokitlib.h:49: /users/jordan/welcomer/theos/include/iokit/iotypes.h:56:10: fatal error: 'libkern/ostypes.h' file not found #include <libkern/ostypes.h> ^ 1 error generated. make[2]: *** [obj/tweak.xm.fe4c9a81.o] error 1 make[1]: *** [internal-library-all_] error 2 make: *** [welcomer.all.tweak.variables] error 2

i checked , file ostypes.h exist in libkern folder. using rpetrich's iphone headers github.

terminal:

jordans-macbook-pro:welcomer jordan$ create bundle /users/jordan/welcomer/theos/makefiles/targets/darwin/iphone.mk:41: deploying ios 3.0 while building 6.0 generate armv7-only binaries. making tweak welcomer... preprocessing tweak.xm... compiling tweak.xm... in file included <built-in>:184: in file included <command line>:3: in file included /users/jordan/welcomer/theos/prefix.pch:4: in file included /applications/xcode.app/contents/developer/platforms/iphoneos.platform/developer/sdks/iphoneos8.1.sdk/system/library/frameworks/uikit.framework/headers/uikit.h:10: in file included /applications/xcode.app/contents/developer/platforms/iphoneos.platform/developer/sdks/iphoneos8.1.sdk/system/library/frameworks/uikit.framework/headers/uiaccessibility.h:13: in file included /applications/xcode.app/contents/developer/platforms/iphoneos.platform/developer/sdks/iphoneos8.1.sdk/system/library/frameworks/uikit.framework/headers/uiaccessibilityadditions.h:10: in file included /applications/xcode.app/contents/developer/platforms/iphoneos.platform/developer/sdks/iphoneos8.1.sdk/system/library/frameworks/uikit.framework/headers/uipickerview.h:11: in file included /applications/xcode.app/contents/developer/platforms/iphoneos.platform/developer/sdks/iphoneos8.1.sdk/system/library/frameworks/uikit.framework/headers/uitableview.h:11: in file included /users/jordan/welcomer/theos/include/uikit/uiswipegesturerecognizer.h:10: in file included /applications/xcode.app/contents/developer/platforms/iphoneos.platform/developer/sdks/iphoneos8.1.sdk/system/library/frameworks/uikit.framework/headers/uiswipegesturerecognizer.h:9: in file included /users/jordan/welcomer/theos/include/uikit/uigesturerecognizer.h:6: in file included /users/jordan/welcomer/theos/include/uikit/uikit-structs.h:15: in file included /applications/xcode.app/contents/developer/platforms/iphoneos.platform/developer/sdks/iphoneos8.1.sdk/system/library/frameworks/quartzcore.framework/headers/quartzcore.h:9: in file included /applications/xcode.app/contents/developer/platforms/iphoneos.platform/developer/sdks/iphoneos8.1.sdk/system/library/frameworks/quartzcore.framework/headers/coreanimation.h:30: in file included /users/jordan/welcomer/theos/include/quartzcore/cavaluefunction.h:9: in file included /users/jordan/welcomer/theos/include/quartzcore/quartzcore-structs.h:11: in file included /users/jordan/welcomer/theos/include/iosurface/iosurface.h:20: in file included /users/jordan/welcomer/theos/include/iosurface/iosurfaceapi.h:12: in file included /users/jordan/welcomer/theos/include/iokit/iokitlib.h:49: /users/jordan/welcomer/theos/include/iokit/iotypes.h:56:10: fatal error: 'libkern/ostypes.h' file not found #include <libkern/ostypes.h> ^ 1 error generated. make[2]: *** [obj/tweak.xm.fe4c9a81.o] error 1 make[1]: *** [internal-library-all_] error 2 make: *** [welcomer.all.tweak.variables] error 2 jordans-macbook-pro:welcomer jordan$

ostypes.h missing iphoneos.sdk, copied iphonesimulator.sdk follows:

sudo cp /applications/xcode.app/contents/developer/platforms/iphonesimulator.platform/developer/sdks/iphonesimulator.sdk/usr/include/libkern/ostypes.h /applications/xcode.app/contents/developer/platforms/iphoneos.platform/developer/sdks/iphoneos.sdk/usr/include/libkern

theos

No comments:

Post a Comment