-
-
Couldn't load subscription status.
- Fork 1k
Description
Hi Experts,
I am trying to configure ChatSecure-iOS on MacBook Pro M1
I completed full flow:
git clone git@github.com:ChatSecure/ChatSecure-iOS.git
cd ChatSecure-iOS/
git submodule update --init --recursive
bash ./Submodules/CPAProxy/scripts/build-all.sh
bash ./Submodules/OTRKit/scripts/build-all.sh
pod repo update
pod install
cp OTRResources/Secrets-template.plist OTRResources/Secrets.plist
After this, I am getting these 2 issues
There is no XCFramework found at '~/Desktop/ChatSecure-iOS/Submodules/CPAProxy/CPAProxyDependencies/libcpaproxy.xcframework'.
And
There is no XCFramework found at '~/Desktop/ChatSecure-iOS/Submodules/OTRKit/OTRKitDependencies/libotrkit.xcframework'.
Could anyone help us with the information on how we should get this working?
Thanks