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.

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...