skiptools / skiptools/skip

Automatically install iOS Platform Support

Open
#633 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

cli enhancement setup
Dominant language
Swift
Stars
3.2k
Forks
106
Avg merge
6d 13h
Merged PRs (30d)
1

Description

Users who install Xcode but don't install iOS Platform Support can't pass skip checkup. (It fails on the IPA step for a missing -destination generic/platform=iOS.)

I'd been checking iOS Platform Support on autopilot while installing Xcode as part of my installation test plan #632, but users might forget to do that.

I think skip doctor could run xcodebuild -showdestinations and could even run xcodebuild -downloadPlatform iOS on the user's behalf.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the skip doctor entry point and inspect the existing Xcode checks before the IPA step in skip checkup. No file or test is named; use the issue's xcodebuild -showdestinations and xcodebuild -downloadPlatform iOS proposals as the scope. Done means users missing iOS Platform Support can pass skip checkup.

Written by the indexing model from the issue text.

Assessment

Tech stack
ios, swift
Domain
build-system, cli, mobile
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.