ffmpeg.a: No such file or directory while running ccViewer iOS Swift

0
107


Hi All thank in Advance !!
Sorry in Advance if my English is not good.
Here is the question that I am running a build which available in in GitHub(https://github.com/lithium0003/ccViewer/tree/v1.4.3) to connect direct storages through RCLONE (GoogleDrive,One Drive etc.,)
I am following steps to compile which provided GitHub ccViewer readme
how to compile

if you did not set up, run these commands.

sudo xcode-select –switch /Applications/Xcode.app/Contents/Developer/
brew install nasm
brew install yasm
prepare depencency

./chromecast.sh
cd work
./clone.sh
./build.sh
open with Xcode and compile

open workspace “ccViewer.xcworkspace”
select scheme “CryptCloudViewer” and build

but I am getting ffmpeg.a not found please check attached image’s of Xcode and Command prompt..

error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can’t open file: lib/.a (No such file or directory)
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can’t open file: lib/
.a (No such file or directory)
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can’t open file: lib/.a (No such file or directory)
cp: ../output/ios/include/
: No such file or directory
cp: ../output/ios/ffmpeg.a: No such file or directory
cp: ../output/simulator/include/: No such file or directory
cp: ../output/simulator/ffmpeg.a: No such file or directory
cp: ../output/macos/include/
: No such file or directory
cp: ../output/macos/ffmpeg.a: No such file or directory

Please guys help me.

enter image description here