Install same pod for multiple target.

 

Quite often we need to have multiple target for xcode project  to handle development version, UAT version or production version.  But if you are using pod project then you might get error such as “No module found” for specific target and no issue with other target. This generally happens when we misconfigure Podfile.  So here’s how we can install same pod file for multiple target.