ChatSecure-iOS icon indicating copy to clipboard operation
ChatSecure-iOS copied to clipboard

There is no XCFramework found

Open kamalkumar13 opened this issue 2 years ago • 2 comments

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'.

Screenshot 2023-10-05 at 10 53 34 AM

Could anyone help us with the information on how we should get this working?

Thanks

kamalkumar13 avatar Oct 05 '23 05:10 kamalkumar13

@chrisballinger can you please help me to come out from this? or share any suggestion steps required. thanks

kamalkumar13 avatar Oct 05 '23 07:10 kamalkumar13

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

kamalkumar13 avatar Oct 17 '23 12:10 kamalkumar13