From 0c6bfbe6886b8f1e336e3f27d1ddd4452848f318 Mon Sep 17 00:00:00 2001 From: Jonathan Diehl Date: Tue, 1 Apr 2025 15:15:32 +0200 Subject: [PATCH 1/2] Added Xcode warning --- .../distributing-mobile-apps/building-native-apps/bitrise.md | 5 +++++ 1 file changed, 5 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 64016b84d7b..52f1cb25d9c 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 @@ -50,6 +50,11 @@ To set up your build project, do the following: {{< figure src="/attachments/refguide/mobile/distributing-mobile-apps/building-native-apps/bitrise/select-repository.png" alt="Select repository" width="350" class="no-border" >}} 1. Select the `master` branch and let Bitrise auto-detect the configuration. + + {{% alert color="warning" %}} + XCode 16.3 and later are not supported. Please select XCode 16.2 or earlier in the Build Stack when targeting iOS. + {{% /alert %}} + 1. Confirm that the correct configuration has been detected: * Project type: `React Native` * Project directory: `.` From ac28c5948a73637c726d38151c9175b3b6dd2b0f Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Tue, 1 Apr 2025 15:39:57 +0200 Subject: [PATCH 2/2] Update bitrise.md --- .../distributing-mobile-apps/building-native-apps/bitrise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 52f1cb25d9c..fb6714ce9aa 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 @@ -52,7 +52,7 @@ To set up your build project, do the following: 1. Select the `master` branch and let Bitrise auto-detect the configuration. {{% alert color="warning" %}} - XCode 16.3 and later are not supported. Please select XCode 16.2 or earlier in the Build Stack when targeting iOS. + Versions of Xcode 16.3 and above are not supported. Select XCode 16.2 or below in the **Build Stack** when targeting iOS. For more information, see see [Bitcode Deprecation](/refguide/mobile/introduction-to-mobile-technologies/native-mobile/#bitcode-deprecation) {{% /alert %}} 1. Confirm that the correct configuration has been detected: