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

Build always fail #1218

Open seal555 opened 3 years ago

seal555 commented 3 years ago

Dear all, Kindly need your help. I've been clone the ChatSecure-iOS (both master or xcode-12 branch). And of course I'm following every step "Build Instruction" described on GIT documentation. But every time I try to build on XCODE always fail. Below is my configuration: XCODE 12.0.1 MacOS Catalina 10.15.17 CocoaPods v 1.9.3

The following build error always appear: Unable to load contents of file list: '/Target Support Files/Pods-ChatSecureCorePods-ChatSecure/Pods-ChatSecureCorePods-ChatSecure-resources-iOS_Debug-input-files.xcfilelist' Unable to load contents of file list: '/Target Support Files/Pods-ChatSecureCorePods-ChatSecureCore/Pods-ChatSecureCorePods-ChatSecureCore-resources-iOS_Debug-output-files.xcfilelist'

Screen Shot 2020-10-16 at 18 13 36

I've try some advice from the forum (pod deintegrate, init, update and the install) but no luck. And also I'm facing another issue said "[!] No podspec found for YapDatabase in Submodules/YapDatabase/YapDatabase.podspec"

Is there any advice or clue how to resolve the issues? Or anyone can share their configuration to be able to build ChatSecure-iOS successfully? Any help would be appreciate.

Thank you