I have a project with a WatchOS2 target along with an Extension. I want to duplicate both the WatchOS App target and the extension. However, when I duplicate the WatchOS App target it is still linked to the old extension. Since we no longer have access to build phases for WatchOS App I cannot change it in the Embed App Extension Phase.
Inital State
- WatchAppTarget1 (Embed Extension - WatchAppExtension1)
- WatchAppExtension1
Final State
- WatchAppTarget1 (Embed Extension - WatchAppExtension1)
- WatchAppExtension1
- WatchAppTarget-Duplicate (Embed Extension still pointing to - WatchAppExtension1)
- WatchAppExtension-Duplicate
Is there anyway of changing the WatchOS App Target to accept the duplicated Extension as its choice to embed (other than manually editing the .pbxproj)