Md Toy Blog

Compiling an iOS App

2020-05-25T22:20:32.169Z

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.