<YOUR_IOS_BUILD>

Automate iOS build and test verification using repo wrapper scripts.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/bzellman/earp-kit --skill your-ios-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: <YOUR_IOS_BUILD>
Source: https://github.com/bzellman/earp-kit/tree/main/skills/project/your-monorepo/app-ios-build
Command: npx skills add https://github.com/bzellman/earp-kit --skill your-ios-build

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build verification and test analysis for iOS apps in a monorepo, eliminating manual steps and speeding up feedback.

Core Features & Use Cases

  • Wrapper-based iOS build and test workflow using the repo's scripted helpers.
  • Centralized log handling, with derived data and summaries stored under <YOUR_APP>/.build-artifacts/ios/ for quick review.
  • Use Case: When you need reliable build verification and failure analysis across schemes.

Quick Start

Run the wrapper script to build and verify your app using the <YOUR_APP> Dev scheme.

Frequently Asked Questions about <YOUR_IOS_BUILD>

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

FAQPage Schema
How do I automate iOS build verification and simulator tests in a monorepo?

You can automate iOS build verification by executing the repository's wrapper scripts to build and test your app using xcodebuild. This process eliminates manual steps and stores build summaries and logs under app-specific .build-artifacts/ios directories for quick review.

How do I analyze xcodebuild failure logs across different schemes?

To analyze xcodebuild failures across schemes, use the format-build-log.py script alongside the build wrapper. This workflow parses raw build logs and stores derived data and summaries under <YOUR_APP>/.build-artifacts/ios/ for quick failure analysis.

Does this iOS build wrapper require external dependencies or specific environment setup?

This iOS build wrapper requires no external dependencies, but it does require access to the repository's FULLSTACK_SCRIPTS/build-ios-formatted.sh and format-build-log.py scripts to execute standard development workflows.

What is the best way to manage xcodebuild logs and artifacts for multiple apps in a monorepo?

The best way to manage xcodebuild logs is by using wrapper scripts that centralize log handling. This approach stores derived data and summaries under each app's specific .build-artifacts/ios directory, keeping artifacts organized across the monorepo.

Why does my iOS build verification workflow need a wrapper script instead of running xcodebuild directly?

Using a wrapper script for iOS build verification speeds up feedback by automating manual steps and standardizing log analysis. It ensures consistent artifact storage and simplifies failure analysis across schemes compared to running xcodebuild directly.

Can I run iOS simulator tests using the build-ios-formatted.sh wrapper script?

Yes, you can run iOS simulator tests using the build-ios-formatted.sh wrapper script. It automates both build verification and test verification for a given app within the repository's standard development workflows.