TheM4hd1 / SwiftyInsta

Instagram Private API Swift
MIT License
225 stars 51 forks source link

Pod not install #189

Closed MariaJsn closed 4 years ago

MariaJsn commented 4 years ago

When I try to install pod it gives error.

[!] Error installing SwiftyInsta [!] /usr/local/bin/git clone https://github.com/TheM4hd1/SwiftyInsta.git /var/folders/sm/sb6c02013d78gjqj6hxg1xfc0000gn/T/d20200518-2900-q7jq3j --template= --single-branch --depth 1 --branch 2.3

Cloning into '/var/folders/sm/sb6c02013d78gjqj6hxg1xfc0000gn/T/d20200518-2900-q7jq3j'... warning: Could not find remote branch 2.3 to clone. fatal: Remote branch 2.3 not found in upstream origin

sbertix commented 4 years ago

Looks like it's trying to fetch a branch named 2.3 instead of version 2.3.\ Do you mind adding your pod file?

TheM4hd1 commented 4 years ago

update the pod repo and try installing again, the latest version is 2.3.2

MariaJsn commented 4 years ago

I dod not write version in pod file

my pod is like: pod "SwiftyInsta"

sbertix commented 4 years ago

Did you manage to make it work eventually? @MariaJsn 😊\ I'm closing this cause it appears not to be an error with SwiftyInsta.\ Please feel free to comment below again if you need further assistance.