Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:16:42: error: function definition is not allowed here
- typedef NS_ENUM(NSUInteger, CBFramework) {
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:37:42: error: function definition is not allowed here
- typedef NS_ENUM(NSUInteger, CBLoadError) {
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:66:43: error: function definition is not allowed here
- typedef NS_ENUM(NSUInteger, CBClickError) {
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:91:9: error: unknown type name 'NSString'
- typedef NSString * const CBLocation;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:139:25: error: cannot find interface declaration for 'NSObject', superclass of 'Chartboost'
- @interface Chartboost : NSObject
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:157:25: error: expected a type
- + (void)startWithAppId:(NSString*)appId
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:158:25: error: expected a type
- appSignature:(NSString*)appSignature
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:169:4: error: expected a type
- + (BOOL)isAnyViewVisible;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:183:4: error: expected a type
- + (BOOL)hasInterstitial:(CBLocation)location;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:212:4: error: expected a type
- + (BOOL)hasMoreApps:(CBLocation)location;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:243:23: error: expected a type
- + (void)showMoreApps:(UIViewController *)viewController
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:258:4: error: expected a type
- + (BOOL)hasRewardedVideo:(CBLocation)location;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:288:25: error: expected a type
- + (void)didPassAgeGate:(BOOL)pass;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:304:4: error: expected a type
- + (BOOL)handleOpenURL:(NSURL *)url
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:304:24: error: expected a type
- + (BOOL)handleOpenURL:(NSURL *)url
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:305:24: error: expected a type
- sourceApplication:(NSString *)sourceApplication;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:323:4: error: expected a type
- + (BOOL)handleOpenURL:(NSURL *)url
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:323:24: error: expected a type
- + (BOOL)handleOpenURL:(NSURL *)url
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:324:24: error: expected a type
- sourceApplication:(NSString *)sourceApplication
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:336:22: error: expected a type
- + (void)setCustomId:(NSString *)customId;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:347:4: error: expected a type
- + (NSString *)getCustomId;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:358:23: error: expected a type
- + (void)setFramework:(CBFramework)framework;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:372:54: error: expected a type
- + (void)setShouldRequestInterstitialsInFirstSession:(BOOL)shouldRequest;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:384:45: error: expected a type
- + (void)setShouldPauseClickForConfirmation:(BOOL)shouldPause;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:398:49: error: expected a type
- + (void)setShouldDisplayLoadingViewForMoreApps:(BOOL)shouldDisplay;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:410:40: error: expected a type
- + (void)setShouldPrefetchVideoContent:(BOOL)shouldPrefetch;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:460:26: error: expected a type
- + (void)setAutoCacheAds:(BOOL)shouldCache;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:472:4: error: expected a type
- + (BOOL)getAutoCacheAds;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:488:31: error: cannot find protocol declaration for 'NSObject'
- @protocol ChartboostDelegate <NSObject>
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:510:4: error: expected a type
- - (BOOL)shouldRequestInterstitial:(CBLocation)location;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:527:4: error: expected a type
- - (BOOL)shouldDisplayInterstitial:(CBLocation)location;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:565:36: error: expected a type
- withError:(CBLoadError)error;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:579:31: error: expected a type
- withError:(CBClickError)error;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:629:4: error: expected a type
- - (BOOL)shouldDisplayMoreApps:(CBLocation)location;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:700:32: error: expected a type
- withError:(CBLoadError)error;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:730:4: error: expected a type
- - (BOOL)shouldDisplayRewardedVideo:(CBLocation)location;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:768:37: error: expected a type
- withError:(CBLoadError)error;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:843:30: error: expected a type
- withError:(CBLoadError)error;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:892:4: error: expected a type
- - (BOOL)shouldDisplayMoreApps __attribute__((deprecated("As of version 4.5, use shouldDisplayMoreApps:(CBLocation)location")));;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:10:
- #import <Chartboost/Chartboost.h>
- ^
- ./Chartboost.framework/Headers/Chartboost.h:962:32: error: expected a type
- - (void)didFailToLoadMoreApps:(CBLoadError)error __attribute__((deprecated("As of version 4.5, use didFailToLoadMoreApps:(CBLoadError)error forLocation:(CBLocation)location")));
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:
- #import <Chartboost/CBNewsfeed.h>
- ^
- ./Chartboost.framework/Headers/CBNewsfeed.h:24:25: error: cannot find interface declaration for 'NSObject', superclass of 'CBNewsfeed'
- @interface CBNewsfeed : NSObject
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:
- #import <Chartboost/CBNewsfeed.h>
- ^
- ./Chartboost.framework/Headers/CBNewsfeed.h:53:4: error: expected a type
- + (NSArray *)getMessages;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:
- #import <Chartboost/CBNewsfeed.h>
- ^
- ./Chartboost.framework/Headers/CBNewsfeed.h:66:26: error: expected a type
- + (CBStory *)getMessage:(NSString *)messageId;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:
- #import <Chartboost/CBNewsfeed.h>
- ^
- ./Chartboost.framework/Headers/CBNewsfeed.h:78:4: error: expected a type
- + (NSUInteger)messageCount;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:
- #import <Chartboost/CBNewsfeed.h>
- ^
- ./Chartboost.framework/Headers/CBNewsfeed.h:89:4: error: expected a type
- + (NSUInteger)unreadMessageCount;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:
- #import <Chartboost/CBNewsfeed.h>
- ^
- ./Chartboost.framework/Headers/CBNewsfeed.h:113:4: error: expected a type
- + (BOOL)isNewsfeedUIVisible;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:
- #import <Chartboost/CBNewsfeed.h>
- ^
- ./Chartboost.framework/Headers/CBNewsfeed.h:139:4: error: expected a type
- + (BOOL)isNotificationUIVisible;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:
- #import <Chartboost/CBNewsfeed.h>
- ^
- ./Chartboost.framework/Headers/CBNewsfeed.h:180:23: error: expected a type
- + (void)setFetchTime:(NSUInteger)fetchTime;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:
- #import <Chartboost/CBNewsfeed.h>
- ^
- ./Chartboost.framework/Headers/CBNewsfeed.h:203:50: error: expected a type
- + (void)setShouldPauseStoryClickForConfirmation:(BOOL)shouldPause;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:
- #import <Chartboost/CBNewsfeed.h>
- ^
- ./Chartboost.framework/Headers/CBNewsfeed.h:216:25: error: expected a type
- + (void)didPassAgeGate:(BOOL)pass;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:
- #import <Chartboost/CBNewsfeed.h>
- ^
- ./Chartboost.framework/Headers/CBNewsfeed.h:232:31: error: cannot find protocol declaration for 'NSObject'
- @protocol CBNewsfeedDelegate <NSObject>
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:
- #import <Chartboost/CBNewsfeed.h>
- ^
- ./Chartboost.framework/Headers/CBNewsfeed.h:295:28: error: expected a type
- - (void)didGetNewMessages:(NSArray *)messages;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:
- #import <Chartboost/CBNewsfeed.h>
- ^
- ./Chartboost.framework/Headers/CBNewsfeed.h:319:36: error: expected a type
- - (void)didFailToRetrieveMessages:(NSError *)error;
- ^
- /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:9: note: in file included from /Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h:11:
- #import <Chartboost/CBNewsfeed.h>
- ^
- ./Chartboost.framework/Headers/CBNewsfeed.h:340:4: error: expected a type
- - (BOOL)shouldAutomaticallyDisplayNotificationUI:(CBStory *)message;
- ^
- <unknown>:0: error: failed to import bridging header '/Users/Anil/Google Drive/Swift Programming/ChartBoost Add/ChartBoost Add/Bridging-Header.h'
Advertisement
Add Comment
Please, Sign In to add comment