-
Notifications
You must be signed in to change notification settings - Fork 56
Description
Hello,
I get this Linker Error while building for simulator or device.
Undefined symbols for architecture x86_64:
"OBJC_CLASS$_FFBitstreamFilter", referenced from:
objc-class-ref in libFFmpegWrapper.a(FFmpegWrapper.o)
"OBJC_CLASS$_FFOutputFile", referenced from:
objc-class-ref in libFFmpegWrapper.a(FFmpegWrapper.o)
"OBJC_CLASS$_FFInputFile", referenced from:
objc-class-ref in libFFmpegWrapper.a(FFmpegWrapper.o)
"OBJC_CLASS$_FFOutputStream", referenced from:
objc-class-ref in libFFmpegWrapper.a(FFmpegWrapper.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have added the following frameworks & libraries
CoreMedia, VideoToolbox, libbz2, libbz, libiconv, libFFmpegWrapper.a
Please help.