1.新建xx.pch
2.在Build Settings 中 Prefix Header 中添加xx.pch
3.在xx.pch添加需要的.h文件或者其他聲明
例如;
#import <ReactiveCocoa/RACEXTKeyPathCoding.h>
#import <ReactiveCocoa/RACEXTScope.h>
#import <ReactiveCocoa/ReactiveCocoa.h>
- -!有個坑。。。
.pch的位置問題:右鍵xx.pch Show File Insepector,查看右側(cè)Full Path。根據(jù)路徑修改Build Settings 中 Prefix Header 中的xx.pch路徑。
例如:我在ReactiveCocoa_Test 內(nèi)創(chuàng)建,我的.pch文件位于/Users/Guicai/Documents/Demo/ReactiveCocoa_Test/ReactiveCocoa_Test/ReactiveCocoa_Test.pch
那么我就在Build Settings 中 Prefix Header 填寫
${SRCROOT}/ReactiveCocoa_Test/ReactiveCocoa_Test.pch
更多信息請查看IT技術(shù)專欄