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.02k forks source link

Error installing pods after submodule fetch #1238

Open ayushP2400 opened 3 years ago

ayushP2400 commented 3 years ago
 pod install
Analyzing dependencies
Pre-downloading: `ParkedTextField` from `https://github.com/gmertk/ParkedTextField.git`, tag `1.0.0`
Pre-downloading: `SQLCipher` from `https://github.com/ChatSecure/sqlcipher.git`, commit `ca36896c4b4e35d4ea499b3ec42d7bfca2b4d92b`
Pre-downloading: `ZXingObjC` from `https://github.com/zxingify/zxingify-objc.git`, tag `3.6.7`
Downloading dependencies
Installing AFNetworking (4.0.1)
Installing ARChromeActivity (1.0.6)
Installing Alamofire (5.4.1)
Installing BBlock (1.2.1)
Installing BButton (4.0.2)
Installing ChatSecure-Push-iOS (1.1)
Installing ChatSecureCore (1.0.0)
Installing CocoaAsyncSocket (7.6.5)
Installing CocoaLumberjack (3.7.0)
Installing DTFoundation (1.7.16)
Installing FormatterKit (1.9.0)
Installing GCDWebServer (3.5.4)
Installing HTMLReader (2.1.5)
Installing IOCipher (0.1.0)
Installing JSQMessagesViewController (7.3.4)
Installing JTSImageViewController (1.5.1)
Installing KVOController (1.2.0)
Installing KissXML (5.3.1)
Installing Kvitto (1.0.5)
Installing LicensePlist (3.0.5)
Installing LumberjackConsole (3.3.1)
Installing MBProgressHUD (1.2.0)
Installing MWFeedParser (1.0.1)
Installing Mantle (2.1.6)
Installing NBUCore (2.1.0)
Installing OTRAssets (0.1.0)
Installing OTRKit (3.0.0)
[!] /bin/bash -c 
set -e
./scripts/build-all.sh

Using platform target: macOS.
SulemanAli303 commented 1 year ago

Same Happened with Any solution please. I am using M1 Pro and both submodule installation command give same out put for Using platform target: macOS.

SulemanAli303 commented 1 year ago

@ayushP2400 you have to specify inChatSecure-iOS/Submodules/CPAProxy/scripts/build-all.sh and same fro other too

#!/bin/bash
set -e

cd "`dirname \"$0\"`"
TOPDIR=$(pwd)
SDK=16.4 
PLATFORM_TARGET="iOS" ./build-libs.sh 16.4
PLATFORM_TARGET="macOS" ./build-libs.sh

./build-xcframework.sh
./build-cpaproxy-xcframework.sh

and same for