Xcode ffmpeg Error:/clang:1:1: linker command failed with exit code 1 (use -v to see invocation)

Has been poked in here several times… You must note that
error is because
is not compiled so remember to compile from the command line before configuration! Compile! Compile!

cd /Users/aaronjackey/downloads/ffmpeg-copy/ffmpeg-4.3
./configure --enable-debug --enable-ffprobe
./configure --disable-optimizations
make -j8

And then configure the following content can
don’t refer to link below

Read More: