ChatSecure / ChatSecure-iOS

ChatSecure is a free and open source encrypted chat client for iOS that supports OTR and OMEMO encryption over XMPP.
https://chatsecure.org
Other
3.13k stars 1.03k forks source link

Getting Error while building code in Xcode 11 #1175

Open NagarajuMetavoxx opened 4 years ago

NagarajuMetavoxx commented 4 years ago

I've read the readme and trying to setup the project, but I'm getting an error trying to build submodules. I've run below commands to build code:

$ git clone https://github.com/ChatSecure/ChatSecure-iOS.git $ cd ChatSecure-iOS/ $ git submodule update --init --recursive

After I've try this step:

$ bash ./Submodules/CPAProxy/scripts/build-all.sh

But I'm getting below error:

ash ./Submodules/CPAProxy/scripts/build-all.sh bash: ./Submodules/CPAProxy/scripts/build-all.sh: No such file or directory