Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Xcode warning #9288

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}}
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)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jdiehl is this the same restriction as the general Bitcode one (affecting all versions of Xcode 16.0 and above) or a different restriction? If different, I won't link to the Bitcode deprecation section.

{{% /alert %}}

1. Confirm that the correct configuration has been detected:
* Project type: `React Native`
* Project directory: `.`
Expand Down