'How to configure Debug mode and Release mode to import different files from the same library in Podfile

I have a private library and now I want to import only some files in Release mode and all files in Debug mode,I also tried pod 'PonyDebugger',: Configuration => 'Debug', but it wasn't what I wanted, so I asked for help



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source