0

I am trying to integrate ZOOZ In App payment but it is giving me errors. When i add flag -ObjC to Other Linker Flags , i get exception:

1 duplicate symbol for architecture armv7

If i dont add flag -ObjC to Other Linker Flags, i get another exception:

Unknown class ZooZCardViewController in Interface Builder file.
Unknown class ZooZButton in Interface Builder file.
Unknown class ZooZFooterPanel in Interface Builder file.
Unknown class ZooZSpinner in Interface Builder file.
Unknown class ZooZBasePanel in Interface Builder file.

How can I solve this?

san
  • 3,350
  • 1
  • 28
  • 40
phnmnn
  • 12,813
  • 11
  • 47
  • 64
  • possible duplicate of [duplicate symbols for architecture armv7](http://stackoverflow.com/questions/16427024/duplicate-symbols-for-architecture-armv7) – san Jan 26 '14 at 14:19
  • See these if it helps http://stackoverflow.com/questions/18522902/error-ld-1-duplicate-symbol-for-architecture-armv7 and http://stackoverflow.com/questions/16427024/duplicate-symbols-for-architecture-armv7 – san Jan 26 '14 at 14:20
  • i dont have extra duplicate classes. – phnmnn Jan 26 '14 at 15:02

0 Answers0