I have one project to build my SDK framework. This project has 4 targets (watch / noWatch / obfuscated / notObfuscated). I need 4 different product names in order to map them correctly in my APP project (which uses the SDK project to build the framework).
Previously I had the product name equal for all targets but this caused confusion in my APP project when embedding the SDK framework. My APP project has also 4 corresponding targets.
When I change the product name then the new product name is properly reflected in project navigator in section "Products" but only for 1 target. The remaining 3 targets leave the old names in project navigator.
This prevents me from setting up the parent APP project properly. Any hints?