square / PonyDebugger

Remote network and data debugging for your native iOS app using Chrome Developer Tools
Other
5.87k stars 595 forks source link

Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_PDDebugger", referenced from: #164

Closed sebfie closed 9 years ago

sebfie commented 9 years ago

Hello,

I am trying to integrate PonyDebugger with cocoa on an existing project and when I try to compile, I have this error :

Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_PDDebugger", referenced from:
      objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

If I remove the code of PonyDebugger, the compilation works.

sebfie commented 9 years ago

My bad, the library was not imported.