I'm trying to achieve a nested structure of my App Settings by using pLists and Xcode 4.6.
What I've tried so far:
I did follow a tutorial from the Apple Documentation, here the link to the part where it comes to creating and additional settings page file.
I've added a Settings bundle with different items, which work perfectly. When it comes to my child pane, I have referenced a file by using the Filename "childsetting" and added a plist childsetting.plist by using the Finder to my Settings bundle.
The problem:
When I control-click my plist and choose "iPhone Settings plist" from the Property list type alternatives it won't accept my choice.

At first, everything looks fine:

But after clicking a different file and clicking back to my childsetting.plist, the Root element is still Root instead of "iPhone Settings Schema".

Editing the XML source, cleaning and building the project, restarting XCode or reinstalling the App didn't work. It always comes back to the same problem: the Childpane is empty. Looks like the pList doesn't get found - I guess because it isn't recognized as a iPhone Settings Schema.

