我正在嘗試將Swift與Chartboost IOS SDK集成。我遵循了Chartboost IOS集成頁面https://answers.chartboost.com/hc/en-us/articles/201220095-iOS-Integration上的所有說明,並創建了一個橋接頭以在我的swift項目中使用該框架。如何將Swift與Chartboost IOS SDK集成
BridgingHeader.h
#import <Chartboost/Chartboost.h>
#import <Chartboost/CBNewsfeed.h>
#import <CommonCrypto/CommonDigest.h>
#import <AdSupport/AdSupport.h>
我BridgingHeader.h文件loacated在我的項目的根目錄http://i.imgur.com/DcTcixo.png,我都遵循必要的步驟,將BridgingHeader.h添加到我的構建設置http://i.imgur.com/jvtzs7a.png但是當我運行該項目我得到52錯誤 - >http://i.imgur.com/WCvyooz.png。爲什麼我會收到這些錯誤,我該如何擺脫它們?
剛纔檢查,我的'BridgingHeader.h'文件肯定是'/Users/andrew/Documents/dev/ios/Protect Paigridge /' – theliberalsurfer 2014-10-16 03:08:16
我已經更新了我的答案。 – connor 2014-10-16 10:04:32
@AndrewM爲你做了這項工作? – connor 2014-10-19 01:45:14