Skip to content

Commit d81453f

Browse files
authored
Merge pull request #9525 from vadymv-mendix/MOO-1841-suggest-fix-for-dev-team-errors
Add section on fixing development team errors in Bitrise setup
2 parents c8b40a9 + 1ad3ba0 commit d81453f

File tree

2 files changed

+42
-2
lines changed
  • content/en/docs
    • refguide10/mobile/distributing-mobile-apps/building-native-apps
    • refguide/mobile/distributing-mobile-apps/building-native-apps

2 files changed

+42
-2
lines changed

content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,27 @@ Bitrise supports automatic provisioning via a constant connection with the App S
6767

6868
If you prefer to manually set up provisioning, follow [this guide from Bitrise](https://devcenter.bitrise.io/en/code-signing/ios-code-signing/managing-ios-code-signing-files---manual-provisioning.html) instead.
6969

70-
## Set Up Code Signing for Android
70+
### Fixing Development Team Errors
71+
72+
If you see the following error, then you need to specify your development team in the Xcode Archive step:
73+
74+
```
75+
Signing for "nativeTemplate" requires a development team. Select a development team in the Signing & Capabilities editor.
76+
```
77+
78+
To specify your development team, do the following:
79+
80+
1. In the **Workflow Editor**, go to your workflow.
81+
2. Find the **Xcode Archive & Export for iOS** step.
82+
3. Click on the step to open its settings.
83+
4. Scroll down and find the **IPA export configuration** section.
84+
5. Look for the input field labeled **Developer Portal team**.
85+
6. Enter your Apple Developer Team ID into that field.
86+
7. Save the changes.
87+
88+
Your Apple Developer Team ID can be found in your Apple Developer account under **Membership** details.
89+
90+
## Setup Code Signing for Android
7191

7292
Applications distributed to Android devices must be signed with a keystore. To distribute Android apps via the PlayStore, you must also register as an Android developer (see [Prerequisites for Android](#prerecs-android) above).
7393

content/en/docs/refguide10/mobile/distributing-mobile-apps/building-native-apps/bitrise.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,27 @@ Bitrise supports automatic provisioning via a constant connection with the App S
7373

7474
If you prefer to manually set up provisioning, follow [this guide from Bitrise](https://devcenter.bitrise.io/en/code-signing/ios-code-signing/managing-ios-code-signing-files---manual-provisioning.html) instead.
7575

76-
## Set Up Code Signing for Android
76+
### Fixing Development Team Errors
77+
78+
If you see the following error, then you need to specify your development team in the Xcode Archive step:
79+
80+
```
81+
Signing for "nativeTemplate" requires a development team. Select a development team in the Signing & Capabilities editor.
82+
```
83+
84+
To specify your development team, do the following:
85+
86+
1. In the **Workflow Editor**, go to your workflow.
87+
2. Find the **Xcode Archive & Export for iOS** step.
88+
3. Click on the step to open its settings.
89+
4. Scroll down and find the **IPA export configuration** section.
90+
5. Look for the input field labeled **Developer Portal team**.
91+
6. Enter your Apple Developer Team ID into that field.
92+
7. Save the changes.
93+
94+
Your Apple Developer Team ID can be found in your Apple Developer account under **Membership** details.
95+
96+
## Setup Code Signing for Android
7797

7898
Applications distributed to Android devices must be signed with a keystore. To distribute Android apps via the PlayStore, you must also register as an Android developer (see [Prerequisites for Android](#prerecs-android) above).
7999

0 commit comments

Comments
 (0)