你的位置:首页 > 软件开发 > 操作系统 > could not build module ‘Foundation’, could not build module ‘UIKit’……23个错误

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

发布时间:2015-08-03 17:00:18
pch文件加入#import <Availability.h> #ifndef __IPHONE_3_0#warning "This project uses features only available in iOS SDK 3.0 and late ...

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>


原标题:could not build module ‘Foundation’, could not build module ‘UIKit’……23个错误

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录