Ios React本机应用程序,不显示在iPhone设置应用程序中

Ios React本机应用程序,不显示在iPhone设置应用程序中,ios,react-native,xcode11.6,Ios,React Native,Xcode11.6,我不熟悉react native,当我从Xcode运行iOS项目时,它已成功安装。 但是,我无法在iPhone的设置应用程序中看到我的应用程序 Xcode版本-11.6 iphone版本-13.7 尽管在organizer中检查设备时出现以下错误 这是一个问题,但要解决这个问题,只需将设置包添加到您的ios项目中即可 Adding the Settings Bundle Open your workspace inner ios folder with xcode To add a Settin

我不熟悉react native,当我从Xcode运行
iOS
项目时,它已成功安装。 但是,我无法在iPhone的设置应用程序中看到我的应用程序

Xcode版本-11.6 iphone版本-13.7

尽管在organizer中检查设备时出现以下错误


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

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

您是否尝试过取消配对并修复iOS设备?您是否尝试过取消配对并修复iOS设备?效果非常好。非常感谢。工作很有魅力。谢谢。