Automate provisioning, signing, and deployment with Fastlane. Use when provisioning iOS apps, managing code signing, or automating deployments with Fastlane.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill ios-deployment --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ios Deployment?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-ios-deployment)More formats (shields.io, HTML) on the badges page.
---
name: ios-deployment
description: Automate provisioning, signing, and deployment with Fastlane. Use when provisioning iOS apps, managing code signing, or automating deployments with Fastlane.
metadata:
triggers:
keywords:
- Fastfile
- Appfile
- Matchfile
- ios_bundle_id
- provisioning_profile
- testflight
---
# iOS Deployment
## **Priority: P1 (HIGH)**
## Implementation Workflow
1. **Set up Match** — Use `fastlane match` for centralized certificate and profile management. Avoid manual signing.
2. **Configure build settings** — Set `PROVISIONING_PROFILE_SPECIFIER` explicitly if using manual/CI signing.
3. **Script Fastlane lanes** — Create `beta` (TestFlight) and `release` (App Store) lanes in your Fastfile.
4. **Automate versioning** — Use `increment_build_number` to auto-bump build numbers.
5. **Automate TestFlight uploads** — Trigger on every successful merge to staging.
6. **Set export compliance** — Automate in the iOS Info configuration or Fastlane to avoid metadata pauses.
See [Fastlane and Match setup examples](references/implementation.md)
## Anti-Patterns
- **No Manual CI Signing**: Use Match for automated certificate management
- **No Certificates in Repo**: Use private git repo for Match certificates
- **No Manual Versioning**: Use Fastlane `increment_build_number` for build numbers
## References
- [Fastlane & Signing Setup](references/implementation.md)
## Canonical response anchors
When this skill applies, preserve the following domain terminology or equivalent concrete examples in the answer when relevant:
- iOS app configuration
## Remediation anchors
- Remediation anchors: PROVISIONING_PROFILE_SPECIFIER, Fastfile, fastlane match
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!