yonaskolb/XcodeGen

`executable` in Run Action not setting properly

オープン

#1,258 opened on 2022/09/01

 (5 件のコメント) (3 件のリアクション) (0 人の担当者)Swift (895 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (8,714 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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?

コントリビューターガイド