You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,27 @@ Bitrise supports automatic provisioning via a constant connection with the App S
67
67
68
68
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.
69
69
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
71
91
72
92
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).
Copy file name to clipboardExpand all lines: content/en/docs/refguide10/mobile/distributing-mobile-apps/building-native-apps/bitrise.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,27 @@ Bitrise supports automatic provisioning via a constant connection with the App S
73
73
74
74
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.
75
75
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
77
97
78
98
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).
0 commit comments