khoren93 / SwiftHub

GitHub iOS client in RxSwift and MVVM-C clean architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get started failed...

Lorwy opened this issue · comments

commented

image

Hi @Lorwy
I'll check it out.
For now you can try install pods without Fastlane using 'pod install' command

curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to kit-downloads.fabric.io:443

Hi @khoren93 ,
What is bundler and why use it instead of cocoapods?

Hi @tibinthomas9 ,
Bundler provides a consistent environment for Ruby projects by tracking and installing the exact gems and versions that are needed.
In this project i used bundler (Gemfile) to easy install Cocoapods and Fastlane with one command.
https://bundler.io