|
| 1 | +name: Install failure |
| 2 | +description: The CLI, tarball, or local installer did not work on this Mac. |
| 3 | +title: "[Install]: " |
| 4 | +labels: ["bug"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Simulator Broker is **Alpha**, **macOS-only**, and needs **Xcode** to |
| 10 | + create or run iOS Simulators. There is no Homebrew formula, notarized |
| 11 | + app, or npm package yet. |
| 12 | +
|
| 13 | + Do not paste credentials, private home paths, customer data, or |
| 14 | + live lease files. Redact logs first. Security reports go through |
| 15 | + [GitHub Security Advisories](https://github.com/fiveonecode/simulator-broker/security/advisories/new), |
| 16 | + not a public issue. |
| 17 | + - type: dropdown |
| 18 | + id: install-path |
| 19 | + attributes: |
| 20 | + label: What install path did you use? |
| 21 | + options: |
| 22 | + - CLI-only (`bash scripts/install_local.sh --cli-only`) |
| 23 | + - Contributor app + CLI (`npm run install:local`) |
| 24 | + - Alpha CLI tarball from GitHub Releases |
| 25 | + - Other (describe below) |
| 26 | + validations: |
| 27 | + required: true |
| 28 | + - type: textarea |
| 29 | + id: command |
| 30 | + attributes: |
| 31 | + label: Command that failed |
| 32 | + description: Paste the exact command. Do not include private paths. |
| 33 | + render: shell |
| 34 | + validations: |
| 35 | + required: true |
| 36 | + - type: textarea |
| 37 | + id: expected-actual |
| 38 | + attributes: |
| 39 | + label: Expected versus actual |
| 40 | + description: What should have happened, and what happened instead? |
| 41 | + validations: |
| 42 | + required: true |
| 43 | + - type: input |
| 44 | + id: macos |
| 45 | + attributes: |
| 46 | + label: macOS version |
| 47 | + placeholder: "15.6" |
| 48 | + validations: |
| 49 | + required: true |
| 50 | + - type: input |
| 51 | + id: xcode |
| 52 | + attributes: |
| 53 | + label: Xcode version |
| 54 | + placeholder: "16.4" |
| 55 | + validations: |
| 56 | + required: true |
| 57 | + - type: input |
| 58 | + id: node |
| 59 | + attributes: |
| 60 | + label: Node.js version |
| 61 | + placeholder: "20.19.0" |
| 62 | + validations: |
| 63 | + required: true |
| 64 | + - type: textarea |
| 65 | + id: logs |
| 66 | + attributes: |
| 67 | + label: Redacted logs |
| 68 | + description: Paste only the relevant output. Strip home directories and secrets. |
| 69 | + render: shell |
| 70 | + validations: |
| 71 | + required: false |
| 72 | + - type: checkboxes |
| 73 | + id: confirm |
| 74 | + attributes: |
| 75 | + label: Before submitting |
| 76 | + options: |
| 77 | + - label: I understand this is Alpha, macOS-only, and requires Xcode. |
| 78 | + required: true |
| 79 | + - label: I searched existing issues and did not find a duplicate. |
| 80 | + required: true |
| 81 | + - label: I removed credentials, private paths, and customer data from this report. |
| 82 | + required: true |
0 commit comments