I\'m trying to create a settings bundle for my iPhone application.
However, if I create one, it becomes empty, no root p-list, no disclosure, nothing.
I\'ve
For XCode 5.1, I had a similar problem. Using "File/Open" in XCode to open Settings.bundle just showed an empty window, with no way to open Root.plist . Right clicking on Settings.bundle in XCode File/Open did not reveal any useful options.
The solution is to find the Settings.bundle in Finder, right-click and select "Show Package Contents", and you will see Root.plist. Just right-click on Root.plist, select XCode from the list of programs, and you will get XCode's Settings editor.