yonaskolb/XcodeGen

`executable` in Run Action not setting properly

Ouverte

#1 258 ouverte le 1 sept. 2022

 (5 commentaires) (3 réactions) (0 personne assignée)Swift (895 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (8 714 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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?

Guide contributeur