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

Error installing pods after submodule fetch

Open ayushP2400 opened this issue 3 years ago • 2 comments

 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.

ayushP2400 avatar May 03 '21 14:05 ayushP2400

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 avatar Jun 19 '23 04:06 SulemanAli303

@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

SulemanAli303 avatar Jun 20 '23 09:06 SulemanAli303