YasKuraishi / YKMediaPlayerKit

Painlessly and natively play YouTube, Vimeo, and .MP4, .MOV, .MPV, .3GP videos and fetch thumbnails on your iOS devices.
MIT License
348 stars 54 forks source link

how to fix this error #19

Open Kazyuka opened 8 years ago

Kazyuka commented 8 years ago

Undefined symbols for architecture x86_64: "_OBJCCLASS$_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)

Reedyuk commented 8 years ago

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.