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.