Xcode

PassAudited by ClawScan on May 1, 2026.

Overview

This is an instruction-only Xcode troubleshooting guide; its cache-cleaning and simulator-reset advice is relevant but should be applied deliberately.

This skill appears safe as an Xcode troubleshooting reference. Before applying cleanup commands such as deleting DerivedData, resetting package caches, or erasing simulators, make sure you understand what local development state may be removed.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If followed without checking, some troubleshooting steps may delete local Xcode caches or simulator data.

Why it was flagged

This is a legitimate Xcode troubleshooting command, but erasing all simulators can remove local simulator app data and state.

Skill content
Simulator stuck — `xcrun simctl shutdown all`, then `xcrun simctl erase all`
Recommendation

Use these cleanup/reset commands only when appropriate, and confirm that losing simulator state or cached build data is acceptable.