There is no XCFramework found
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
@chrisballinger can you please help me to come out from this? or share any suggestion steps required. thanks
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?
Thanks