Skip to content

Latest commit

History

History
32 lines (18 loc) · 933 Bytes

File metadata and controls

32 lines (18 loc) · 933 Bytes

🍎 Xcode

DevKit automates macOS development toolchain setup and ensures Xcode is fully prepared for iOS/macOS builds.

📑 Table of Contents


🔧 Setup & Initialization

  • xcode-setup — Install macOS updates, accept Xcode license, install CocoaPods, Rosetta, CLI tools, and ensure simulators are ready.

📱 Simulator Preparation

  • xcode-simulator-first-launch — Launches Simulator and runs Xcode platform tools for first-time use.

🩺 Diagnostics & Health

  • xcode-doctor — Diagnoses Xcode installation, checks for simulators, verifies Rosetta (for Apple Silicon).

💡 Tip:
Run xcode-setup after any major macOS or Xcode update to ensure all tools and simulators are properly configured.