Generate lib for custom build configuration

I have custom build configurations in my App.

Now, when I try to point the App to Integration environment, all my pods and files get created for that but libSqlCipher is not generated (Perhaps it needs to point to the same configuration). However, it works well for Release and Debug build configuration

I followed the steps from https://www.zetetic.net/sqlcipher/ios-tutorial/

I also tried editing the Per configuration build product path and Per configuration intermediate build files path to release but then I get an error with cocoa pods.

I also have to automate the process via Jenkins

Can anyone suggest the approach how this can be handled ?.