iOS Release Fastlane
Workflow
- •Validate release metadata. Check bundle ID, version build number, changelog, and target track.
- •Validate signing and provisioning.
Confirm
fastlane matchorsighsetup, team ID, and certificate profile mapping. - •Validate archive export.
Check export method and
exportOptionsvalues for App Store or TestFlight. - •Validate CI environment.
Ensure
FASTLANE_USER, app-specific password or API key, and signing secrets are present. - •Execute lane and verify. Run the intended lane and capture the uploaded build identifier.
Output Contract
Always include:
- •Lane executed and environment assumptions.
- •Signing source used (
matchor manual profile mapping). - •Export method used for archive.
- •Post-upload verification steps.