yonaskolb/XcodeGen

`executable` in Run Action not setting properly

Offen

#1.258 geöffnet am 01.09.2022

 (5 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)Swift (895 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (8.714 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

I have configuration with other app added to project byprojectReferences

projectReferences:
  xyz:
    path: ../Modules/xyz/xyz.xcodeproj

and I set

schemes:
  xyz:
    build:
      targets:
        xyz/xyz: all
    run:
      executable: "xyz/xyz"

According to the documentation: image

 executable: "xyz"

or

 executable: "xyz.app"

Not working too

And in project I have settings like this after xcodegen generate image image

Executable is missing 👎 How can I add this properly?

Contributor Guide