Jam*_*sev 3 xcode xcode-template
据我了解,.pch文件负责预编译头文件.听起来像是可以重建或重建的东西.
2个问题:
对于CocoaTouch(iPhone),它是:
//
// Prefix header for all source files of the 'Test' target in the 'Test' project
//
#import <Availability.h>
#ifndef __IPHONE_3_0
#warning "This project uses features only available in iPhone SDK 3.0 and later."
#endif
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
4444 次 |
| 最近记录: |