run-ios-simulator

Official

Run iPlug2 iOS apps in the Simulator.

AuthoriPlug2
Version1.0.0
Installs0

System Documentation

What problem does it solve?

The Run iOS Simulator skill streamlines the process of building and launching iPlug2 iOS apps inside the official iOS Simulator, eliminating repetitive manual steps.

Core Features & Use Cases

  • Workspace discovery and selection: Identify the iPlug2 Xcode workspace at the repo root and select the correct one when multiple are present.
  • Simulator identification and targeting: List available iOS simulators and UDIDs, choose a target device, and manage UDIDs for deterministic runs.
  • Build, install, and launch: Build for the iOS Simulator using xcodebuild, locate the built .app, install on the chosen simulator, and launch with xcrun simctl.
  • Use Case: Running a demo app in the Simulator to verify UI and AUv3 plugin integration.

Quick Start

Use this skill to run an iPlug2 iOS app in the iOS Simulator seamlessly.

  1. Identify the iPlug2 project: look for an .xcworkspace file in the repo root; if multiple exist, pick the appropriate one.
  2. List available simulators and UDIDs: xcrun simctl list devices available; pick a device name and note its UDID.
  3. Build for Simulator: xcodebuild -workspace [Workspace].xcworkspace -scheme "iOS-APP with AUv3" -configuration Debug -destination 'platform=iOS Simulator,name=[DeviceName]' build
  4. Locate the built app: find ~/Library/Developer/Xcode/DerivedData -name "[Project].app" -path "Debug-iphonesimulator" -type d 2>/dev/null | head -1
  5. Boot simulator and install/launch: open -a Simulator; xcrun simctl boot [UDID] 2>/dev/null || true; xcrun simctl install [UDID] "[path/to/[Project].app]"; /usr/libexec/PlistBuddy -c "Print :CFBundleIdentifier" "[path/to/[Project].app]/Info.plist"; xcrun simctl launch [UDID] [bundle.identifier]

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: run-ios-simulator
Download link: https://github.com/iPlug2/iPlug2OOS/archive/main.zip#run-ios-simulator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.