khoren93 / SwiftHub

GitHub iOS client in RxSwift and MVVM-C clean architecture
MIT License
3.02k stars 537 forks source link

Unable to run #30

Closed CoderLwcXing closed 4 years ago

CoderLwcXing commented 4 years ago

Unable to run, has been stalled in compiling

jeetdholakia commented 4 years ago

same here, any luck running the app?

khoren93 commented 4 years ago

Hi @jeetdholakia Is the bundle exec fastlane setup command finished with success? Can You provide the log of exception? Thanks

jeetdholakia commented 4 years ago

I couldn't go past the bundle install command. It shows the following error

An error occurred while installing ffi (1.12.2), and Bundler cannot continue. Make sure that gem install ffi -v '1.12.2' --source 'https://rubygems.org/ succeeds before bundling.`

I even tried installing ffi separately, which succeeded in installing, but this message doesn't go away.

In the end I just installed the pods and ran the project.

jeetdholakia commented 4 years ago

I deleted and cloned the project again and viola! It worked. Followed the exact same steps as last time.