Learning iOS Development

Enable UnitTest on Local Pod for iOS

Cocoapod does not enable it by default for you

--

Photo by National Cancer Institute on Unsplash

You probably have learned how to add dependencies to your iOS project using Cocoapod, and even create your own local pod for better modularizing your code. But one thing is missing, how do you enable Unit Test to your local pod?

--

--