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

问题描述

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

Xcode版本-11.6 iPhone版本-13.7

虽然在管理器中检查设备时出现以下错误

enter image description here

解决方法

有一个问题,但要解决,只需将设置包添加到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.