Chartboost integration issues with XCode 6.1
I integrated Chartboost in Xcode 6.0 in the same project and it was working fine but as I updated my Xcode to Xcode 6.1 the bridging header file is not able to compile successfully. I have added Chartboost framework in my project and added these required frameworks as mentioned in guide. StoreKit Foundation CoreGraphics UIKit I added these lines in my bridging header file import Chartboost/Chartboost.h import Chartboost/CBNewsfeed.h import CommonCrypto/CommonDigest.h import AdSupport/AdSupport.h Now when I try to build my project the Xcode gives me hell lot of swift compiler errors. Here are