Hello,
I’m trying to prepare builds for all configurations and right now I struggle with one module.
So far i found that the issue is in “Type” value. This module use some not for shipping stuff.
My Team and I were using “RuntimeAndProgram”, then we changed it to “Developer”, but it’s depricated, so after some searching i found “DeveloperTool”.
Boom, it started to work for Development and Shipping configuration, but this module crashes for Test
What kind of “Type” should i use to support Development, Test and Shipping configuration?
I cannot find anything to fix my issue in documentation, or other threads.
Cheers!