0

On my build phase i have the following step :

enter image description here

My app have many scheme (flavors) how to change the name here which seems not be editable ? I would one based on my current scheme.

For example : ClientA.app in build/Debug-clienta-watchos ClientB.app in build/Debug-clientb-watchos

Eng
  • 1,617
  • 2
  • 12
  • 25

1 Answers1

0

Embed watch content want to aim a target name. Target name should be fix and not scheme dependent. A target name like 'app', 'watch' can have variant. My error was to try working with flavored target names. :)

Eng
  • 1,617
  • 2
  • 12
  • 25