React Native 应用程序,不显示在 iPhone 设置应用程序中

ket*_*ale 4 ios react-native xcode11.6

我是 React Native 新手,当我iOS从 Xcode 运行该项目时,它已成功安装。但是,我无法在 iPhone 的设置应用程序中看到我的应用程序。

Xcode 版本 - 11.6 iPhone 版本 - 13.7

尽管在检查管理器中的设备时出现以下错误。

在此输入图像描述

ant*_*ñoz 8

有一个问题,但要解决此问题,只需将设置捆绑包添加到您的 ios 项目中即可。

Adding the Settings Bundle
Open your workspace inner ios folder with xcode
To add a Settings bundle to your Xcode project:
Choose File > New > New File.
Under iOS, choose Resource, and then select the Settings Bundle template.
Name the file Settings.bundle.
Run Code Online (Sandbox Code Playgroud)