Skip to content

Commit 0f1c41a

Browse files
docs: add iOS provisioning profile regeneration steps (#473)
* docs: add iOS provisioning profile regeneration steps * fix: typo Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent a00fa2e commit 0f1c41a

File tree

7 files changed

+34
-0
lines changed

7 files changed

+34
-0
lines changed
212 KB
Loading
185 KB
Loading
435 KB
Loading
385 KB
Loading
332 KB
Loading
237 KB
Loading

src/content/docs/docs/cli/cloud-build/ios.mdx

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,4 +497,38 @@ At this point, you have successfully built your app and it is ready to be submit
497497

498498
## Troubleshooting
499499

500+
501+
### Provisioning profile doesn't include the XYZ capability.
502+
503+
Sometimes, you might see the following error:
504+
```
505+
Provisioning profile "YOUR_PROVISIONING_PROFILE_NAME" doesn't include the XYZ capability. (in target 'App' from project 'App')"
506+
```
507+
508+
This happens because you have enabled a new capability after the provisioning profile was created.
509+
The old provisioning profile does not include the new capability yet.
510+
511+
To fix this, you need to regenerate the provisioning profile.
512+
513+
<Steps>
514+
1. Open [Apple Developer Portal](https://developer.apple.com/account/)
515+
2. Select the correct team in the dropdown
516+
![Apple Developer keys team selection](/native-build-assets/apple-developer-select-team-2.webp)
517+
3. Click on the `Profiles` button
518+
![Apple Developer profiles button](/native-build-assets/apple-developer-profiles-button.webp)
519+
4. Find the provisioning profile you want to regenerate
520+
![Apple Developer find profile](/native-build-assets/pple-developer-find-profile.webp)
521+
5. Click on the `Edit` button
522+
![Apple Developer edit profile](/native-build-assets/apple-developer-edit-profile.webp)
523+
6. Click on the `Save` button
524+
![Apple Developer save profile](/native-build-assets/apple-developer-save-profile.webp)
525+
7. Click on the `Download` button
526+
![Apple Developer download profile](/native-build-assets/apple-developer-download-profile.webp)
527+
8. [Re-run the Capgo Native Build setup command](/docs/cli/cloud-build/ios/#running-the-configuration-command) with the newly downloaded profile.
528+
</Steps>
529+
530+
This should fix the issue.
531+
532+
### Other issues
533+
500534
If for whatever reason you are having issues either with Capgo Native Build, configuring the credentials or building the app, please don't hesitate to reach via our [support](https://support.capgo.app/).

0 commit comments

Comments
 (0)