Skip to content

executable in Run Action not setting properly #1258

Open
@piotrsmajek

Description

@piotrsmajek

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions