How to configure build to include custom Objective-C module for release

I am working with a React Native application that needs CPU usage data for debugging in a Production Release. Currently the module I wrote works for development but when the application is built for release that specific module errors out. I need help with configuring my Xcode project to include this module when building for release

How to configure build to include custom Objective-C module for release
 
 
Q