From 192cf21a0c8d0e7dc53a5667426e39f1af065fd3 Mon Sep 17 00:00:00 2001 From: Vadym Vakhovskiy Date: Tue, 13 May 2025 14:06:15 +0200 Subject: [PATCH 1/2] Add section on fixing development team errors in Bitrise setup --- .../building-native-apps/bitrise.md | 14 ++++++++++++++ .../building-native-apps/bitrise.md | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise.md b/content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise.md index 4ba67e2ed96..fd12daa7cf6 100644 --- a/content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise.md +++ b/content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise.md @@ -65,6 +65,20 @@ Bitrise supports automatic provisioning via a constant connection with the App S 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. +### Fixing Development Team Errors + +If you encounter an error that says `Signing for "nativeTemplate" requires a development team. Select a development team in the Signing & Capabilities editor.`, you need to specify your development team in the Xcode Archive step: + +1. Go to your workflow in the Workflow Editor +2. Find the **Xcode Archive & Export for iOS** step +3. Click on the step to open its settings +4. Scroll down to the **IPA export configuration** section +5. Look for the input field labeled **Developer Portal team** +6. Enter your Apple Developer Team ID +7. Save the changes + +Your Apple Developer Team ID can be found in your Apple Developer account under Membership details. + ## Setup Code Signing for Android 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](#prerequisites)). diff --git a/content/en/docs/refguide10/mobile/distributing-mobile-apps/building-native-apps/bitrise.md b/content/en/docs/refguide10/mobile/distributing-mobile-apps/building-native-apps/bitrise.md index 847fe98567d..cf1815cdbc9 100644 --- a/content/en/docs/refguide10/mobile/distributing-mobile-apps/building-native-apps/bitrise.md +++ b/content/en/docs/refguide10/mobile/distributing-mobile-apps/building-native-apps/bitrise.md @@ -71,6 +71,20 @@ Bitrise supports automatic provisioning via a constant connection with the App S 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. +### Fixing Development Team Errors + +If you encounter an error that says `Signing for "nativeTemplate" requires a development team. Select a development team in the Signing & Capabilities editor.`, you need to specify your development team in the Xcode Archive step: + +1. Go to your workflow in the Workflow Editor +2. Find the **Xcode Archive & Export for iOS** step +3. Click on the step to open its settings +4. Scroll down to the **IPA export configuration** section +5. Look for the input field labeled **Developer Portal team** +6. Enter your Apple Developer Team ID +7. Save the changes + +Your Apple Developer Team ID can be found in your Apple Developer account under Membership details. + ## Setup Code Signing for Android 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](#prerequisites)). From 1843e44a8bb9a0cbcc70a97a8bcecdd96b66fd66 Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Thu, 22 May 2025 13:25:46 +0200 Subject: [PATCH 2/2] Edit and format --- .../building-native-apps/bitrise.md | 24 ++++++++++++------- .../building-native-apps/bitrise.md | 24 ++++++++++++------- 2 files changed, 30 insertions(+), 18 deletions(-) diff --git a/content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise.md b/content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise.md index fd12daa7cf6..bb08cafdbfb 100644 --- a/content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise.md +++ b/content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise.md @@ -67,17 +67,23 @@ If you prefer to manually set up provisioning, follow [this guide from Bitrise]( ### Fixing Development Team Errors -If you encounter an error that says `Signing for "nativeTemplate" requires a development team. Select a development team in the Signing & Capabilities editor.`, you need to specify your development team in the Xcode Archive step: +If you see the following error, then you need to specify your development team in the Xcode Archive step: -1. Go to your workflow in the Workflow Editor -2. Find the **Xcode Archive & Export for iOS** step -3. Click on the step to open its settings -4. Scroll down to the **IPA export configuration** section -5. Look for the input field labeled **Developer Portal team** -6. Enter your Apple Developer Team ID -7. Save the changes +``` +Signing for "nativeTemplate" requires a development team. Select a development team in the Signing & Capabilities editor. +``` -Your Apple Developer Team ID can be found in your Apple Developer account under Membership details. +To specify your development team, do the following: + +1. In the **Workflow Editor**, go to your workflow. +2. Find the **Xcode Archive & Export for iOS** step. +3. Click on the step to open its settings. +4. Scroll down and find the **IPA export configuration** section. +5. Look for the input field labeled **Developer Portal team**. +6. Enter your Apple Developer Team ID into that field. +7. Save the changes. + +Your Apple Developer Team ID can be found in your Apple Developer account under **Membership** details. ## Setup Code Signing for Android diff --git a/content/en/docs/refguide10/mobile/distributing-mobile-apps/building-native-apps/bitrise.md b/content/en/docs/refguide10/mobile/distributing-mobile-apps/building-native-apps/bitrise.md index cf1815cdbc9..e0c476631aa 100644 --- a/content/en/docs/refguide10/mobile/distributing-mobile-apps/building-native-apps/bitrise.md +++ b/content/en/docs/refguide10/mobile/distributing-mobile-apps/building-native-apps/bitrise.md @@ -73,17 +73,23 @@ If you prefer to manually set up provisioning, follow [this guide from Bitrise]( ### Fixing Development Team Errors -If you encounter an error that says `Signing for "nativeTemplate" requires a development team. Select a development team in the Signing & Capabilities editor.`, you need to specify your development team in the Xcode Archive step: +If you see the following error, then you need to specify your development team in the Xcode Archive step: -1. Go to your workflow in the Workflow Editor -2. Find the **Xcode Archive & Export for iOS** step -3. Click on the step to open its settings -4. Scroll down to the **IPA export configuration** section -5. Look for the input field labeled **Developer Portal team** -6. Enter your Apple Developer Team ID -7. Save the changes +``` +Signing for "nativeTemplate" requires a development team. Select a development team in the Signing & Capabilities editor. +``` -Your Apple Developer Team ID can be found in your Apple Developer account under Membership details. +To specify your development team, do the following: + +1. In the **Workflow Editor**, go to your workflow. +2. Find the **Xcode Archive & Export for iOS** step. +3. Click on the step to open its settings. +4. Scroll down and find the **IPA export configuration** section. +5. Look for the input field labeled **Developer Portal team**. +6. Enter your Apple Developer Team ID into that field. +7. Save the changes. + +Your Apple Developer Team ID can be found in your Apple Developer account under **Membership** details. ## Setup Code Signing for Android