could not build module ‘Foundation’, could not build module ‘UIKit’……23个错误

pch文件加入
#import <Availability.h>

#ifndef __IPHONE_3_0
#warning "This project uses features only available in iOS SDK 3.0 and later."
#endif

#ifdef __OBJC__
#import
<UIKit/UIKit.h>
#import <Foundation/Foundation.h>

 

版权声明:本文为博主原创文章,未经博主允许不得转载。

 

posted @ 2015-07-10 08:40  _随风㔾  阅读(129)  评论(0编辑  收藏  举报