vlckit mac os 编译

build VLCKit, you can refre to this page: http://stackoverflow.com/questions/25123399/compile-vlckit-on-mac-os-10-9

read the answer and comments


use VLCKit.framework in my project, i get following error :

dyld: Library not loaded: @loader_path/../Frameworks/VLCKit.framework/Versions/A/VLCKit
  Referenced from: /Users/yangeric/Library/Developer/Xcode/DerivedData/giffmpeg-eqcttzzvnqncwfdzbyzidhtlygli/Build/Products/Debug/giffmpeg.app/Contents/MacOS/giffmpeg
  Reason: image not found

fix it:

in general->embedded Binaries, add VLCKit.framework.

vlckit mac os 编译_第1张图片

你可能感兴趣的:(vlckit mac os 编译)