That's a problem when I install all required dependencies for the cocoapods
Posted in Installation by Frank Chung Sat Jun 25 2016 07:23:33 GMT+0000 (UTC)·1·Viewed 204 times
I downloaded the app-ios resource code from github, The floder have three files, Actor, Actor.xcodeproj and Podfile. When I wanna integration cocoapods into the app-ios source project, aways faile, The error infomation is :
Frank-ChungMacBook-Pro:app-ios FrankChung$ pod install --no-repo-update
Analyzing dependencies
Downloading dependencies
Installing ActorSDK-iOS (1.0.388)
Installing CocoaAsyncSocket (7.4.3)
Installing DZNWebViewController (3.2)
Installing J2ObjC-Framework (1.0.2.2)
[!] /bin/bash -c
set -e
Scripts/download.sh
fetching j2objc dist
j2objc_version=1.0.2
sha1_checksum=6f2f45b323ef92cc8d1b13dd789aebd1ab87562f
echo "fetching j2objc dist"
curl -OL https://github.com/google/j2objc/releases/download/${j2objc_version}/j2objc-${j2objc_version}.zip
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 593 0 593 0 0 271 0 --:--:-- 0:00:02 --:--:-- 271
0 675M 0 492k 0 0 455 0 18d 00h 0:18:27 18d 00h 0curl: (56) SSLRead() return error -36
I have no idea for this error, please help me!
Frank Chung
June 27, 2016
Somebody can help me?