React Native 应用程序,未显示在 iPhone 设置应用程序中
React Native app, does not show in iPhone setting app
我是 React Native 的新手,当我 运行 来自 Xcode 的 iOS
项目时,它已成功安装。
但是,我无法在 iPhone.
的设置应用程序中看到我的应用程序
Xcode 版本 - 11.6
iphone 版本 - 13.7
虽然我在管理器中检查设备时出现以下错误。
这有一个问题,但解决方法是将设置包添加到您的 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.
我是 React Native 的新手,当我 运行 来自 Xcode 的 iOS
项目时,它已成功安装。
但是,我无法在 iPhone.
Xcode 版本 - 11.6 iphone 版本 - 13.7
虽然我在管理器中检查设备时出现以下错误。
这有一个问题,但解决方法是将设置包添加到您的 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.