0

I get this error:

 Redefinition of 'NSString' as different kind of symbol

at line:

extern NSString * const ADErrorDomain;

in ADBannerView.h

It used to work, has it something to do with Switching SDKs? from ios6 to ios7?

Cris
  • 12,799
  • 5
  • 35
  • 50
Mike Zriel
  • 1,575
  • 1
  • 17
  • 28

1 Answers1

0

Issue was in header, look at your header files in your code.

I had an erroneous int which I must have type in my code.

Mike Zriel
  • 1,575
  • 1
  • 17
  • 28