khenid

Untitled

Feb 23rd, 2015
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /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:
  2. #import <Chartboost/Chartboost.h>
  3.         ^
  4. ./Chartboost.framework/Headers/Chartboost.h:16:42: error: function definition is not allowed here
  5. typedef NS_ENUM(NSUInteger, CBFramework) {
  6.                                          ^
  7. /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:
  8. #import <Chartboost/Chartboost.h>
  9.         ^
  10. ./Chartboost.framework/Headers/Chartboost.h:37:42: error: function definition is not allowed here
  11. typedef NS_ENUM(NSUInteger, CBLoadError) {
  12.                                          ^
  13. /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:
  14. #import <Chartboost/Chartboost.h>
  15.         ^
  16. ./Chartboost.framework/Headers/Chartboost.h:66:43: error: function definition is not allowed here
  17. typedef NS_ENUM(NSUInteger, CBClickError) {
  18.                                           ^
  19. /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:
  20. #import <Chartboost/Chartboost.h>
  21.         ^
  22. ./Chartboost.framework/Headers/Chartboost.h:91:9: error: unknown type name 'NSString'
  23. typedef NSString * const CBLocation;
  24.         ^
  25. /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:
  26. #import <Chartboost/Chartboost.h>
  27.         ^
  28. ./Chartboost.framework/Headers/Chartboost.h:139:25: error: cannot find interface declaration for 'NSObject', superclass of 'Chartboost'
  29. @interface Chartboost : NSObject
  30.                         ^
  31. /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:
  32. #import <Chartboost/Chartboost.h>
  33.         ^
  34. ./Chartboost.framework/Headers/Chartboost.h:157:25: error: expected a type
  35. + (void)startWithAppId:(NSString*)appId
  36.                         ^
  37. /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:
  38. #import <Chartboost/Chartboost.h>
  39.         ^
  40. ./Chartboost.framework/Headers/Chartboost.h:158:25: error: expected a type
  41.           appSignature:(NSString*)appSignature
  42.                         ^
  43. /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:
  44. #import <Chartboost/Chartboost.h>
  45.         ^
  46. ./Chartboost.framework/Headers/Chartboost.h:169:4: error: expected a type
  47. + (BOOL)isAnyViewVisible;
  48.    ^
  49. /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:
  50. #import <Chartboost/Chartboost.h>
  51.         ^
  52. ./Chartboost.framework/Headers/Chartboost.h:183:4: error: expected a type
  53. + (BOOL)hasInterstitial:(CBLocation)location;
  54.    ^
  55. /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:
  56. #import <Chartboost/Chartboost.h>
  57.         ^
  58. ./Chartboost.framework/Headers/Chartboost.h:212:4: error: expected a type
  59. + (BOOL)hasMoreApps:(CBLocation)location;
  60.    ^
  61. /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:
  62. #import <Chartboost/Chartboost.h>
  63.         ^
  64. ./Chartboost.framework/Headers/Chartboost.h:243:23: error: expected a type
  65. + (void)showMoreApps:(UIViewController *)viewController
  66.                       ^
  67. /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:
  68. #import <Chartboost/Chartboost.h>
  69.         ^
  70. ./Chartboost.framework/Headers/Chartboost.h:258:4: error: expected a type
  71. + (BOOL)hasRewardedVideo:(CBLocation)location;
  72.    ^
  73. /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:
  74. #import <Chartboost/Chartboost.h>
  75.         ^
  76. ./Chartboost.framework/Headers/Chartboost.h:288:25: error: expected a type
  77. + (void)didPassAgeGate:(BOOL)pass;
  78.                         ^
  79. /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:
  80. #import <Chartboost/Chartboost.h>
  81.         ^
  82. ./Chartboost.framework/Headers/Chartboost.h:304:4: error: expected a type
  83. + (BOOL)handleOpenURL:(NSURL *)url
  84.    ^
  85. /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:
  86. #import <Chartboost/Chartboost.h>
  87.         ^
  88. ./Chartboost.framework/Headers/Chartboost.h:304:24: error: expected a type
  89. + (BOOL)handleOpenURL:(NSURL *)url
  90.                        ^
  91. /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:
  92. #import <Chartboost/Chartboost.h>
  93.         ^
  94. ./Chartboost.framework/Headers/Chartboost.h:305:24: error: expected a type
  95.     sourceApplication:(NSString *)sourceApplication;
  96.                        ^
  97. /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:
  98. #import <Chartboost/Chartboost.h>
  99.         ^
  100. ./Chartboost.framework/Headers/Chartboost.h:323:4: error: expected a type
  101. + (BOOL)handleOpenURL:(NSURL *)url
  102.    ^
  103. /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:
  104. #import <Chartboost/Chartboost.h>
  105.         ^
  106. ./Chartboost.framework/Headers/Chartboost.h:323:24: error: expected a type
  107. + (BOOL)handleOpenURL:(NSURL *)url
  108.                        ^
  109. /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:
  110. #import <Chartboost/Chartboost.h>
  111.         ^
  112. ./Chartboost.framework/Headers/Chartboost.h:324:24: error: expected a type
  113.     sourceApplication:(NSString *)sourceApplication
  114.                        ^
  115. /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:
  116. #import <Chartboost/Chartboost.h>
  117.         ^
  118. ./Chartboost.framework/Headers/Chartboost.h:336:22: error: expected a type
  119. + (void)setCustomId:(NSString *)customId;
  120.                      ^
  121. /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:
  122. #import <Chartboost/Chartboost.h>
  123.         ^
  124. ./Chartboost.framework/Headers/Chartboost.h:347:4: error: expected a type
  125. + (NSString *)getCustomId;
  126.    ^
  127. /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:
  128. #import <Chartboost/Chartboost.h>
  129.         ^
  130. ./Chartboost.framework/Headers/Chartboost.h:358:23: error: expected a type
  131. + (void)setFramework:(CBFramework)framework;
  132.                       ^
  133. /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:
  134. #import <Chartboost/Chartboost.h>
  135.         ^
  136. ./Chartboost.framework/Headers/Chartboost.h:372:54: error: expected a type
  137. + (void)setShouldRequestInterstitialsInFirstSession:(BOOL)shouldRequest;
  138.                                                      ^
  139. /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:
  140. #import <Chartboost/Chartboost.h>
  141.         ^
  142. ./Chartboost.framework/Headers/Chartboost.h:384:45: error: expected a type
  143. + (void)setShouldPauseClickForConfirmation:(BOOL)shouldPause;
  144.                                             ^
  145. /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:
  146. #import <Chartboost/Chartboost.h>
  147.         ^
  148. ./Chartboost.framework/Headers/Chartboost.h:398:49: error: expected a type
  149. + (void)setShouldDisplayLoadingViewForMoreApps:(BOOL)shouldDisplay;
  150.                                                 ^
  151. /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:
  152. #import <Chartboost/Chartboost.h>
  153.         ^
  154. ./Chartboost.framework/Headers/Chartboost.h:410:40: error: expected a type
  155. + (void)setShouldPrefetchVideoContent:(BOOL)shouldPrefetch;
  156.                                        ^
  157. /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:
  158. #import <Chartboost/Chartboost.h>
  159.         ^
  160. ./Chartboost.framework/Headers/Chartboost.h:460:26: error: expected a type
  161. + (void)setAutoCacheAds:(BOOL)shouldCache;
  162.                          ^
  163. /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:
  164. #import <Chartboost/Chartboost.h>
  165.         ^
  166. ./Chartboost.framework/Headers/Chartboost.h:472:4: error: expected a type
  167. + (BOOL)getAutoCacheAds;
  168.    ^
  169. /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:
  170. #import <Chartboost/Chartboost.h>
  171.         ^
  172. ./Chartboost.framework/Headers/Chartboost.h:488:31: error: cannot find protocol declaration for 'NSObject'
  173. @protocol ChartboostDelegate <NSObject>
  174.                               ^
  175. /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:
  176. #import <Chartboost/Chartboost.h>
  177.         ^
  178. ./Chartboost.framework/Headers/Chartboost.h:510:4: error: expected a type
  179. - (BOOL)shouldRequestInterstitial:(CBLocation)location;
  180.    ^
  181. /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:
  182. #import <Chartboost/Chartboost.h>
  183.         ^
  184. ./Chartboost.framework/Headers/Chartboost.h:527:4: error: expected a type
  185. - (BOOL)shouldDisplayInterstitial:(CBLocation)location;
  186.    ^
  187. /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:
  188. #import <Chartboost/Chartboost.h>
  189.         ^
  190. ./Chartboost.framework/Headers/Chartboost.h:565:36: error: expected a type
  191.                         withError:(CBLoadError)error;
  192.                                    ^
  193. /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:
  194. #import <Chartboost/Chartboost.h>
  195.         ^
  196. ./Chartboost.framework/Headers/Chartboost.h:579:31: error: expected a type
  197.                    withError:(CBClickError)error;
  198.                               ^
  199. /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:
  200. #import <Chartboost/Chartboost.h>
  201.         ^
  202. ./Chartboost.framework/Headers/Chartboost.h:629:4: error: expected a type
  203. - (BOOL)shouldDisplayMoreApps:(CBLocation)location;
  204.    ^
  205. /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:
  206. #import <Chartboost/Chartboost.h>
  207.         ^
  208. ./Chartboost.framework/Headers/Chartboost.h:700:32: error: expected a type
  209.                     withError:(CBLoadError)error;
  210.                                ^
  211. /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:
  212. #import <Chartboost/Chartboost.h>
  213.         ^
  214. ./Chartboost.framework/Headers/Chartboost.h:730:4: error: expected a type
  215. - (BOOL)shouldDisplayRewardedVideo:(CBLocation)location;
  216.    ^
  217. /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:
  218. #import <Chartboost/Chartboost.h>
  219.         ^
  220. ./Chartboost.framework/Headers/Chartboost.h:768:37: error: expected a type
  221.                          withError:(CBLoadError)error;
  222.                                     ^
  223. /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:
  224. #import <Chartboost/Chartboost.h>
  225.         ^
  226. ./Chartboost.framework/Headers/Chartboost.h:843:30: error: expected a type
  227.                   withError:(CBLoadError)error;
  228.                              ^
  229. /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:
  230. #import <Chartboost/Chartboost.h>
  231.         ^
  232. ./Chartboost.framework/Headers/Chartboost.h:892:4: error: expected a type
  233. - (BOOL)shouldDisplayMoreApps __attribute__((deprecated("As of version 4.5, use shouldDisplayMoreApps:(CBLocation)location")));;
  234.    ^
  235. /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:
  236. #import <Chartboost/Chartboost.h>
  237.         ^
  238. ./Chartboost.framework/Headers/Chartboost.h:962:32: error: expected a type
  239. - (void)didFailToLoadMoreApps:(CBLoadError)error __attribute__((deprecated("As of version 4.5, use didFailToLoadMoreApps:(CBLoadError)error forLocation:(CBLocation)location")));
  240.                                ^
  241. /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:
  242. #import <Chartboost/CBNewsfeed.h>
  243.         ^
  244. ./Chartboost.framework/Headers/CBNewsfeed.h:24:25: error: cannot find interface declaration for 'NSObject', superclass of 'CBNewsfeed'
  245. @interface CBNewsfeed : NSObject
  246.                         ^
  247. /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:
  248. #import <Chartboost/CBNewsfeed.h>
  249.         ^
  250. ./Chartboost.framework/Headers/CBNewsfeed.h:53:4: error: expected a type
  251. + (NSArray *)getMessages;
  252.    ^
  253. /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:
  254. #import <Chartboost/CBNewsfeed.h>
  255.         ^
  256. ./Chartboost.framework/Headers/CBNewsfeed.h:66:26: error: expected a type
  257. + (CBStory *)getMessage:(NSString *)messageId;
  258.                          ^
  259. /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:
  260. #import <Chartboost/CBNewsfeed.h>
  261.         ^
  262. ./Chartboost.framework/Headers/CBNewsfeed.h:78:4: error: expected a type
  263. + (NSUInteger)messageCount;
  264.    ^
  265. /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:
  266. #import <Chartboost/CBNewsfeed.h>
  267.         ^
  268. ./Chartboost.framework/Headers/CBNewsfeed.h:89:4: error: expected a type
  269. + (NSUInteger)unreadMessageCount;
  270.    ^
  271. /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:
  272. #import <Chartboost/CBNewsfeed.h>
  273.         ^
  274. ./Chartboost.framework/Headers/CBNewsfeed.h:113:4: error: expected a type
  275. + (BOOL)isNewsfeedUIVisible;
  276.    ^
  277. /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:
  278. #import <Chartboost/CBNewsfeed.h>
  279.         ^
  280. ./Chartboost.framework/Headers/CBNewsfeed.h:139:4: error: expected a type
  281. + (BOOL)isNotificationUIVisible;
  282.    ^
  283. /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:
  284. #import <Chartboost/CBNewsfeed.h>
  285.         ^
  286. ./Chartboost.framework/Headers/CBNewsfeed.h:180:23: error: expected a type
  287. + (void)setFetchTime:(NSUInteger)fetchTime;
  288.                       ^
  289. /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:
  290. #import <Chartboost/CBNewsfeed.h>
  291.         ^
  292. ./Chartboost.framework/Headers/CBNewsfeed.h:203:50: error: expected a type
  293. + (void)setShouldPauseStoryClickForConfirmation:(BOOL)shouldPause;
  294.                                                  ^
  295. /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:
  296. #import <Chartboost/CBNewsfeed.h>
  297.         ^
  298. ./Chartboost.framework/Headers/CBNewsfeed.h:216:25: error: expected a type
  299. + (void)didPassAgeGate:(BOOL)pass;
  300.                         ^
  301. /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:
  302. #import <Chartboost/CBNewsfeed.h>
  303.         ^
  304. ./Chartboost.framework/Headers/CBNewsfeed.h:232:31: error: cannot find protocol declaration for 'NSObject'
  305. @protocol CBNewsfeedDelegate <NSObject>
  306.                               ^
  307. /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:
  308. #import <Chartboost/CBNewsfeed.h>
  309.         ^
  310. ./Chartboost.framework/Headers/CBNewsfeed.h:295:28: error: expected a type
  311. - (void)didGetNewMessages:(NSArray *)messages;
  312.                            ^
  313. /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:
  314. #import <Chartboost/CBNewsfeed.h>
  315.         ^
  316. ./Chartboost.framework/Headers/CBNewsfeed.h:319:36: error: expected a type
  317. - (void)didFailToRetrieveMessages:(NSError *)error;
  318.                                    ^
  319. /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:
  320. #import <Chartboost/CBNewsfeed.h>
  321.         ^
  322. ./Chartboost.framework/Headers/CBNewsfeed.h:340:4: error: expected a type
  323. - (BOOL)shouldAutomaticallyDisplayNotificationUI:(CBStory *)message;
  324.    ^
  325. <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