I get annoying warnings as shown below and want to suppress them.
warning: (arm64) could not find object file symbol for symbol _ff_h264_idct_add_neon
My application uses CocoaPods for its dependencies, and one of the dependencies is FFmpeg-iOS.
How can I suppress all warnings about characters of missing object files or all linker warnings?
source
share