Hello everyone,
I have added a Settings.bundle to my Xcode project, but it does not appear in the iOS app settings. The file is correctly copied into the target, but nothing shows up in the settings. I have already checked and tried several things, but without success.
What I've tried so far:
Ensuring that Settings.bundle is included in the project: Settings.bundle is listed under Build Phases → Copy Bundle Resources. Checking the structure of Root.plist: The file exists and has the following structure:
Checking the structure of Root.plist
-it has
Checking if the file is included in the app
-it is
Restarting the simulator and reinstalling the app
I reset the simulator and reinstalled the app completely, but the issue persists.