3

I want to use the Brightcove library and the Layar library in one application, which both have the SBJson files. Obviously these try to murder each other dead.

Do i have to extract the files and rebuild the archives? I'm on a tight deadline.

Perception
  • 79,279
  • 19
  • 185
  • 195
MaikelS
  • 1,309
  • 4
  • 16
  • 33

1 Answers1

3

just remove one of the duplicate files from the target

Bastian
  • 10,403
  • 1
  • 31
  • 40
  • Yeah, well I extracted one .a and removed the SBJSon files, however now I get these duplicate errors for one in Library X and the other in the DerivedData folder? – MaikelS Jul 21 '11 at 13:32
  • I'd delete the DerivedData folder... xcode will rebuild it :) – Bastian Jul 21 '11 at 13:49
  • That's what i thought! I still got the DerivedData duplicate. – MaikelS Jul 21 '11 at 13:59
  • 1
    hm.. if you have both only in compiled form you are out of luck I guess .. you have to rebuild one of the libraries – Bastian Jul 21 '11 at 14:16
  • And don't forget to complain over this badly managed namespacing in the brigthcove support forums. – Janusz Oct 26 '11 at 10:46