YKMediaPlayerKit icon indicating copy to clipboard operation
YKMediaPlayerKit copied to clipboard

how to fix this error

Open Kazyuka opened this issue 9 years ago • 1 comments
trafficstars

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

Kazyuka avatar Feb 16 '16 08:02 Kazyuka

Are you using cocoa pods? looks like the library is not being included in the project so its failing. The reason it passes compilation is because you probably have a value in the search library header field in your project properties.

Reedyuk avatar Apr 27 '16 12:04 Reedyuk