我新建的一个tools。make时总是报错,请各位大大,帮我看看吧

In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.1.sdk/usr/include/sys/signal.h:146:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.1.sdk/usr/include/machine/_mcontext.h:31:2: error: architecture not supported
#error architecture not supported

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.1.sdk/usr/include/libkern/OSByteOrder.h:45:10: fatal error:
      'libkern/machine/OSByteOrder.h' file not found
#include <libkern/machine/OSByteOrder.h>
         ^
8 errors generated.
 Compiling UIDevice-Capabilities/UIDevice-Capabilities.m...
UIDevice-Capabilities/UIDevice-Capabilities.m:1:9: fatal error: 'GraphicsServices/GraphicsServices.h' file not found
#import <GraphicsServices/GraphicsServices.h>

这个以上的error都可以直接忽略;
这个以下的error都可以谷歌解决

谢谢大神,已解决