I'm getting this error when I try to run my project.
Undefined symbol: ___darwin_check_fd_set_overflow
Here, I'm included pod 'mobile-ffmpeg-full', '4.3.2' this frame work for video streaming.
Complete error:
Undefined symbols for architecture arm64:
"___darwin_check_fd_set_overflow", referenced from:
_read_key in mobileffmpeg(libmobileffmpeg_la-fftools_ffmpeg.o)
_xmlNanoFTPCheckResponse in libxml2(nanoftp.o)
_xmlNanoFTPCloseConnection in libxml2(nanoftp.o)
_xmlNanoFTPList in libxml2(nanoftp.o)
_xmlNanoFTPGet in libxml2(nanoftp.o)
_OUTLINED_FUNCTION_8 in libxml2(nanoftp.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Frame work Git link : https://github.com/tanersener/mobile-ffmpeg
