2017年9月12日 星期二

Undefined symbols for architecture arm64: "_VTDecompressionSessionCreate", referenced from:


If you integrate MobileVLCKit to your app, and found you have this hints..

Undefined symbols for architecture arm64:
"_VTDecompressionSessionCreate", referenced from:

Like bellow....




Then, you should add VideoToolbox.framework, libz.tbd, libbz2.tbd, libiconv.tbd, CoreMedia.framework to your "linked frameworks and libraries".

沒有留言:

Class has no initializers in swift

Class has no initializers in swift I have met this situation. Found a solution here It says if you have the code like bellow var se...