docs: add iOS provisioning profile regeneration steps#473
Conversation
📝 WalkthroughWalkthroughAdds 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
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
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.
|




Summary
Fixes #471
Summary by CodeRabbit