How can we manage pods based on my scheme. Suppose I want to use a pod in UAT/Debug scheme not in Prod scheme. How we can achieve that. I did quite a lot searching but didn't get any working solution.
How can we manage pods based on my scheme. Suppose I want to use a pod in UAT/Debug scheme not in Prod scheme. How we can achieve that. I did quite a lot searching but didn't get any working solution.
Cocoapods doesn't support for scheme, but you can walk around by using the configuration way.
Configuration (for example, named it UATDebug)UAT/Debug scheme, in the edit scheme menu, change the Build Configuration to your UATDebugPodfile, specific your configuration for pod, like the example that wrote in Cocoapod docs (Build configurations)pod 'PonyDebugger', :configuration => 'Debug'