React Native app, does not show in iPhone setting app

Viewed 815

I am new to react native, When I run the iOS project from Xcode, it is installed successfully. However, I am not able to see my app in the setting app of the iPhone.

Xcode Version - 11.6 iphone version - 13.7

Although I am getting following error when checked the devices in organizer.

enter image description here

1 Answers

there is an issue for that but for workaround it just add settings bundle to your ios project.

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.
Related