Compiling an iOS App

Before being able to build the iOS app, you have to make sure all the dependencies are available. Such dependencies might be Pods.

Make sure to install pods on your system, and run it on your project root dir before launching Xcode. Follow these very well explained steps.