Hello guys, I'd like to ask how you can create a new target and a new build scheme - but not by duplicating it, but by creating the new target from nothing.
There is dedicated constructor for that, but it does not seem to be supported. I've added few methods to add it, but unfortunately simply adding it to _targets and _configurations does not work. Does anyone has a solution for this, or at least what steps need to be taken in order to support this?
Thank you
Hello guys, I'd like to ask how you can create a new target and a new build scheme - but not by duplicating it, but by creating the new target from nothing.
There is dedicated constructor for that, but it does not seem to be supported. I've added few methods to add it, but unfortunately simply adding it to
_targetsand_configurationsdoes not work. Does anyone has a solution for this, or at least what steps need to be taken in order to support this?Thank you