How to suppress linker warnings in Xcode

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?

+4
source share

Source: https://habr.com/ru/post/1609924/


All Articles