We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Experts,
I am trying to configure ChatSecure-iOS on MacBook Pro M1
I completed full flow:
git clone [email protected]: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
The text was updated successfully, but these errors were encountered:
@chrisballinger can you please help me to come out from this? or share any suggestion steps required. thanks
Sorry, something went wrong.
After running commands
bash ./Submodules/CPAProxy/scripts/build-all.sh bash ./Submodules/OTRKit/scripts/build-all.sh
on terminal, OTRKitDependencies & CPAProxyDependencies is empty.
mean scripts not working properly for M1 system at all.
Please help us with the information on how we should get this working?
No branches or pull requests
Hi Experts,
I am trying to configure ChatSecure-iOS on MacBook Pro M1
I completed full flow:
git clone [email protected]: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
The text was updated successfully, but these errors were encountered: