Skip to content

Doctor says that rocketsim is not on Path #1011

@djavan-bertrand

Description

@djavan-bertrand

Describe the bug
When running rocketsim doctor from a terminal, the doctor fails saying that rocketsim is not on the PATH.

RocketSim 16.0.0 (314) is installed, CLI install in /usr/local/bin/. /usr/local/bin/ is in the PATH.
which rocketsim gives /usr/local/bin/rocketsim
rocketsim doctor gives:

{
  "checks" : [
    {
      "detail" : "rocketsim not found on PATH",
      "id" : "cli_on_path",
      "status" : "fail"
    },
    {
      "detail" : "RocketSim 16.0.0 at \/Applications\/RocketSim.app",
      "id" : "app_installed",
      "status" : "pass"
    },
    {
      "detail" : "responding to doctor request",
      "id" : "ipc_reachable",
      "status" : "pass"
    },
    {
      "detail" : "iPhone 17 (E75B219A-ECFA-4E5E-8295-99034A52FD45)",
      "id" : "simulator_booted",
      "status" : "pass"
    },
    {
      "detail" : "granted",
      "id" : "ax_permission",
      "status" : "pass"
    },
    {
      "detail" : "seq=34 hash=d3f623bc",
      "id" : "snapshot_store",
      "status" : "pass"
    }
  ],
  "summary" : {
    "fail" : 1,
    "pass" : 5,
    "warn" : 0
  }
}

Desktop:

  • OS: macOS 26.4.1

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions