Skip to content
This repository has been archived by the owner on Jul 5, 2019. It is now read-only.

No podspec found #89

Closed
iambenmitchell opened this issue May 10, 2018 · 9 comments
Closed

No podspec found #89

iambenmitchell opened this issue May 10, 2018 · 9 comments

Comments

@iambenmitchell
Copy link

Terminal:

Bens-MBP:~ mrbenftw$ cd /Users/mrbenftw/Files/Potatso-master
Bens-MBP:Potatso-master mrbenftw$ pod install
Analyzing dependencies
Fetching podspec for Aspects from ./Library/Aspects/
Fetching podspec for CallbackURLKit from ./Library/CallbackURLKit
[!] No podspec found for CallbackURLKit in ./Library/CallbackURLKit
Bens-MBP:Potatso-master mrbenftw$

@haxpor
Copy link
Owner

haxpor commented May 10, 2018

Hi, did you follow along in How to build?

@iambenmitchell
Copy link
Author

Terminal:

Bens-MBP:~ mrbenftw$ cd /Users/mrbenftw/Downloads/Potatso-master
Bens-MBP:Potatso-master mrbenftw$ git submodule update --init
fatal: Not a git repository (or any of the parent directories): .git
Bens-MBP:Potatso-master mrbenftw$ cd /Users/mrbenftw/Downloads/Potatso-master
Bens-MBP:Potatso-master mrbenftw$ git submodule update --init
fatal: Not a git repository (or any of the parent directories): .git
Bens-MBP:Potatso-master mrbenftw$ pod install
Analyzing dependencies
Fetching podspec for Aspects from ./Library/Aspects/
Fetching podspec for CallbackURLKit from ./Library/CallbackURLKit
[!] No podspec found for CallbackURLKit in ./Library/CallbackURLKit
Bens-MBP:Potatso-master mrbenftw$

@haxpor
Copy link
Owner

haxpor commented May 11, 2018

Thanks MrBenFTW. Please do the following

  • git clone https://github.com/haxpor/Potatso.git (or faster git clone https://github.com/haxpor/Potatso.git --depth=1)
  • cd Potatso
  • ... follow along from README.md...

The important is in step 1. I think you might just click to Download repository from github web interface. If do this, the repository will miss crucial information for gitsubmodule to be working. Unfortunately README.md file assume you clone the project via command line.

Anyway, let me know if this solves your problem. Thanks.

@iambenmitchell
Copy link
Author

Hi, sorry for late reply. Will see now

@iambenmitchell
Copy link
Author

Yep, that was the issue. Sorry for wasting time. It is fixed now ;)

@liushengnan
Copy link

I have followed along in How to build.But still have error. I find some library in github had not exist. Is or not??
Terminal:

liushengnandeMacBook-Pro:Downloads liushengnan$ git clone https://github.com/haxpor/Potatso.git
Cloning into 'Potatso'...
remote: Counting objects: 3444, done.
remote: Compressing objects: 100% (22/22), done.
remote: Total 3444 (delta 5), reused 20 (delta 3), pack-reused 3417
Receiving objects: 100% (3444/3444), 28.87 MiB | 37.00 KiB/s, done.
Resolving deltas: 100% (1784/1784), done.
liushengnandeMacBook-Pro:Downloads liushengnan$ cd Potatso/
liushengnandeMacBook-Pro:Potatso liushengnan$ git submodule update --init
Submodule 'Library/CallbackURLKit' (https://github.com/phimage/CallbackURLKit.git) registered for path 'Library/CallbackURLKit'
Submodule 'Library/ShadowPath/ShadowPath/libmaxminddb' (https://github.com/haxpor/libmaxminddb.git) registered for path 'Library/ShadowPath/ShadowPath/libmaxminddb'
Submodule 'Library/ShadowPath/ShadowPath/shadowsocks-libev' (https://github.com/icodesign/shadowsocks-libev.git) registered for path 'Library/ShadowPath/ShadowPath/shadowsocks-libev'
Cloning into '/Users/liushengnan/Downloads/Potatso/Library/CallbackURLKit'...
Cloning into '/Users/liushengnan/Downloads/Potatso/Library/ShadowPath/ShadowPath/libmaxminddb'...
Cloning into '/Users/liushengnan/Downloads/Potatso/Library/ShadowPath/ShadowPath/shadowsocks-libev'...
remote: Repository not found.
fatal: repository 'https://github.com/icodesign/shadowsocks-libev.git/' not found
fatal: clone of 'https://github.com/icodesign/shadowsocks-libev.git' into submodule path '/Users/liushengnan/Downloads/Potatso/Library/ShadowPath/ShadowPath/shadowsocks-libev' failed
Failed to clone 'Library/ShadowPath/ShadowPath/shadowsocks-libev'. Retry scheduled
Cloning into '/Users/liushengnan/Downloads/Potatso/Library/ShadowPath/ShadowPath/shadowsocks-libev'...
remote: Repository not found.
fatal: repository 'https://github.com/icodesign/shadowsocks-libev.git/' not found
fatal: clone of 'https://github.com/icodesign/shadowsocks-libev.git' into submodule path '/Users/liushengnan/Downloads/Potatso/Library/ShadowPath/ShadowPath/shadowsocks-libev' failed
Failed to clone 'Library/ShadowPath/ShadowPath/shadowsocks-libev' a second time, aborting
liushengnandeMacBook-Pro:Potatso liushengnan$

@haxpor
Copy link
Owner

haxpor commented May 26, 2018

@liushengnan I just checked, this is due to such library is not available on that url anymore. Solution for now is to put such source online from anyone that has hold of that lib. I'll fix it.

@haxpor
Copy link
Owner

haxpor commented May 26, 2018

@liushengnan fixed via 87ff60c. Please reclone the project again. Things should be fine now.

@liushengnan
Copy link

Installing Crashlytics (3.8.3)

[!] Error installing Crashlytics
[!] /usr/bin/curl -f -L -o /var/folders/7t/hw9153h15_l3v20ds2vnj89w0000gn/T/d20180528-45159-12xeb1m/file.zip https://kit-downloads.fabric.io/cocoapods/crashlytics/3.8.3/crashlytics.zip --create-dirs --netrc-optional --retry 2

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:45 --:--:-- 0
curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to kit-downloads.fabric.io:443

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants