Skip to content

docs: add iOS provisioning profile regeneration steps#473

Merged
riderx merged 2 commits intomainfrom
document_capabilities_changes_ios_native_build
Feb 14, 2026
Merged

docs: add iOS provisioning profile regeneration steps#473
riderx merged 2 commits intomainfrom
document_capabilities_changes_ios_native_build

Conversation

@WcaleNieWolny
Copy link
Contributor

@WcaleNieWolny WcaleNieWolny commented Feb 14, 2026

Summary

  • Add a new iOS troubleshooting section for the provisioning-profile capability mismatch error.
  • Document the Apple Developer profile regeneration flow with clear step-by-step guidance.
  • Include the new screenshot assets referenced by the guide so docs render correctly.

Fixes #471

Summary by CodeRabbit

  • Documentation
    • Expanded iOS cloud build docs with a new Troubleshooting subsection explaining the error when a provisioning profile lacks a newly enabled capability. Includes an 8-step guide to regenerate the provisioning profile on the Apple Developer Portal, a confirmation step, and an “Other issues” note to help resolve related build failures.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 14, 2026

📝 Walkthrough

Walkthrough

Adds a troubleshooting subsection to the iOS cloud-build docs about provisioning profiles missing newly enabled capabilities; the same subsection was inserted twice, creating duplicated content.

Changes

Cohort / File(s) Summary
iOS Build Documentation
src/content/docs/docs/cli/cloud-build/ios.mdx
Inserted a new "Provisioning profile doesn't include the XYZ capability" troubleshooting subsection with an 8‑step flow to regenerate the provisioning profile on the Apple Developer Portal and sample error text; the subsection appears twice (duplicated).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • docs: iOS Capgo Build guide #438: Rewrites of the same src/content/docs/docs/cli/cloud-build/ios.mdx doc; likely overlaps with provisioning profile and iOS cloud-build guidance.

Poem

🐰🌿 I hopped through docs to lend a paw,
Found profiles missing what you saw.
I fixed the steps, regrew the tree,
Two copies now—oops! —one should be. 🥕✨

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding documentation for iOS provisioning profile regeneration steps in the docs.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into main

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch document_capabilities_changes_ios_native_build

No actionable comments were generated in the recent review. 🎉


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@WcaleNieWolny
Copy link
Contributor Author

CleanShot 2026-02-14 at 16 01 41@2x

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@src/content/docs/docs/cli/cloud-build/ios.mdx`:
- Line 505: Fix the typo in the sample error string by replacing "Provisioning
profile \"YOUR_PROVISINING_PROFILE_NAME\" doesn't include the XYZ capability.
(in target 'App' from project 'App')\"" with the correctly spelled
"PROVISIONING" so the message reads "Provisioning profile
\"YOUR_PROVISIONING_PROFILE_NAME\" doesn't include the XYZ capability. (in
target 'App' from project 'App')\""; update the literal used in the docs where
this exact string appears to ensure copy-pastes/searches find the correctly
spelled error message.

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
@sonarqubecloud
Copy link

@riderx riderx merged commit 0f1c41a into main Feb 14, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document Capgo Build iOS notification setup

2 participants