could not build module ‘Foundation’, could not build module ‘UIKit’……23个错误
生活随笔
收集整理的這篇文章主要介紹了
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>
轉載于:https://www.cnblogs.com/thelatewind/p/4699622.html
總結
以上是生活随笔為你收集整理的could not build module ‘Foundation’, could not build module ‘UIKit’……23个错误的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 大二暑假周进度报告(五)
- 下一篇: 利用malloc定义数组