第三方開源 - Swift 配置 ReactiveCocoa

來源:互聯網
上載者:User

標籤:

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,查看右側Full Path。根據路徑修改Build Settings 中 Prefix Header 中的xx.pch路徑。

例如:我在ReactiveCocoa_Test 內建立,我的.pch檔案位於/Users/Guicai/Documents/Demo/ReactiveCocoa_Test/ReactiveCocoa_Test/ReactiveCocoa_Test.pch

那麼我就在Build Settings 中 Prefix Header 填寫

${SRCROOT}/ReactiveCocoa_Test/ReactiveCocoa_Test.pch

 

第三方開源 - Swift 配置 ReactiveCocoa

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.