Hi everyone,
I have framework project and main project separately.
In my local, when I built framework project, it generates framework files into application project folder.
I want do this procedure in Bitrise. I could able to generate framework output but I need to move this output inside my application project folder before building it. How can I achieve this?
I would be very appreciated if anyone helps, thanks in advance.