setup-ios

Configure a complete iOS development environment for React Native and Expo apps.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/eleva-labs/agentic-coding-templates --skill setup-ios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-ios
Source: https://github.com/eleva-labs/agentic-coding-templates/tree/main/.claude/skills/mobile/setup-ios
Command: npx skills add https://github.com/eleva-labs/agentic-coding-templates --skill setup-ios

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the process of configuring a complete iOS development environment for React Native and Expo projects, saving time and reducing setup errors.

Core Features & Use Cases

  • Install Xcode and command line tools on macOS to enable native iOS building and simulator testing.
  • Configure CocoaPods, watchman, and Node environment (via Volta) to ensure deterministic builds.
  • Use for onboarding new Macs, troubleshooting iOS-specific build issues, and preparing CI environments for iOS apps.

Quick Start

  1. Install Xcode from the Mac App Store.
  2. Install the Xcode command line tools using the command line.
  3. Install watchman via Homebrew.
  4. Install Node via Volta and pin the project to Node 20.
  5. Run the iOS setup workflow to verify environments and test the simulator.

Frequently Asked Questions about setup-ios

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up an iOS development environment for React Native?

To set up an iOS development environment for React Native, you need to install Xcode, command line tools, watchman, Node via Volta, and CocoaPods to ensure deterministic builds and simulator testing.

What do I need to install to run an Expo app on an iOS simulator?

Running an Expo app on an iOS simulator requires installing Xcode, its command line tools, CocoaPods, and watchman to properly configure the native iOS building and testing environment on your Mac.

Can I use this iOS setup workflow for a fresh Mac onboarding?

Yes, you can use this iOS setup workflow for fresh Mac onboarding to quickly install Xcode, configure command line tools, and pin Node 20 via Volta for deterministic React Native builds.

Why does CocoaPods fail during my React Native iOS build?

CocoaPods issues during a React Native iOS build often stem from an incomplete environment setup, which requires properly configuring Ruby, CocoaPods, and the Xcode command line tools to resolve dependencies.

Do I need Volta and watchman to configure an iOS build environment?

Yes, you need Volta to pin and manage your Node environment deterministically, and watchman to monitor file changes, both of which are required components for a smooth React Native iOS build setup.

What's the best way to prepare a CI environment for iOS apps?

The best way to prepare a CI environment for iOS apps is to automate the installation of Xcode command line tools, watchman, Volta-based Node, and CocoaPods to verify environments and test the simulator.