Chartboost IOS SDK を Swift に統合しようとしています。Chartboost IOS 統合ページhttps://answers.chartboost.com/hc/en-us/articles/201220095-iOS-Integrationのすべての指示に従い、迅速なプロジェクトでフレームワークを使用するためのブリッジ ヘッダーを作成しました。
BridgingHeader.h
#import <Chartboost/Chartboost.h>
#import <Chartboost/CBNewsfeed.h>
#import <CommonCrypto/CommonDigest.h>
#import <AdSupport/AdSupport.h>
私の BridgingHeader.h ファイルはプロジェクトのルート ディレクトリhttp://i.imgur.com/DcTcixo.pngにあり、BridgingHeader.h をビルド設定http://i.imgurに追加するために必要な手順に従いました。 com/jvtzs7a.pngしかし、プロジェクトを実行すると、-> http://i.imgur.com/WCvyooz.pngのような 52 個のエラーが発生します。これらのエラーが発生するのはなぜですか? また、どうすればそれらを取り除くことができますか?