The iOS Simulator lets you run and test iPhone and iPad apps on your computer. You control everything from the command line using xcrun simctl.
You can create devices, boot them up, shut them down, erase data, or delete them. You can install apps, test push notifications without Apple servers, and simulate GPS locations. You can also grant or reset privacy permissions and test deep links.
Capture screenshots or record video of your app. Stream device logs with filters. Use these tools to debug problems or check hardware limits. This skill helps you automate testing and manage simulators easily.
Global
mkdir -p ~/.claude/skills/ios-simulatorProject
mkdir -p .claude/skills/ios-simulatorSource Repository
Vercel React Native Skillsvercel-labs/agent-skills
Build fast and smooth React Native apps with proven best practices
Building Native Uiexpo/skills
Build native mobile interfaces with Expo Router and modern UI patterns
Xcode Project Setupfirebase/agent-skills
Add Swift packages and files to Xcode projects safely and quickly
Upgrading Expoexpo/skills
Upgrade Expo SDK versions and fix dependencies with this step by step guide
Expo Deploymentexpo/skills
Deploy Expo apps to iOS, Android, and web with EAS automation
Expo Dev Clientexpo/skills
Build custom Expo dev clients for testing native code on real devices
Use Domexpo/skills
Run web code in native apps using Expo DOM components without rewriting
Flutter Apply Architecture Best Practicesflutter/skills
Architect Flutter apps with clean layers for scalability and maintainability