Jen-Lopez / Flix

Movie Browsing App (CodePath iOS Course)
0 stars 0 forks source link

Flix

Flix is an app that allows users to browse movies from the The Movie Database API.

Flix Part 2

User Stories

REQUIRED (10pts)

BONUS

App Walkthrough GIF


Notes


Flix Part 1

User Stories

REQUIRED (10pts)

App Walkthrough GIF


Notes

One challenge I faced when building the app was installing cocoapods. It would crash mid-way and display ERROR: Failed to build gem native extension. Per stackoverflow, I had an outdated version of Ruby on my system and so I had to update ruby and delete outdated files. Instead of using sudo to install cocoapods, I used homebrew and it worked :raised_hands: