iphone - Nested settings with plists: creating additional settings page doesn't work in iOS -
I'm trying to get the nested structure of my app settings using pLists and Xcode 4.6. I have tried so far:
I followed a tutorial from Apple documentation.
I have added a setting bundle separately, items that work perfectly when it comes to my child's pane, I have a file called Problem: When I select "iPhone Setting Plist" with type of type of property options, my choice will not be accepted. First of all, Looks ok: but After clicking a different file and clicking on my childsetting.plist, the root element is still root instead of the "iPhone setting schema" Edit XML source, clean up and build the project, restart XCode Doing or reinstalling the app was not working. It always comes back to the same problem: Childpace is empty. It seems that PLIS did not get it - I suppose it is not recognized as an iPhone setting schema. apparently got my PLIT, my The problem was that values were not set correctly. It is important to know that XCode fills in "shortcuts" for your values, but the source adds a more specific value to the XML, which is why you will need to see the document whether you use the correct identifier. An example: Adding the group element will appear with the value "group". This works if XCode recognizes your script as a setting schema. If not, you can as the PSGroupSpecifier In addition, it is important to keep all the necessary values, so your child will not be displayed as well. So if you have a problem with your nested settings, try the following steps to fix it: Did you name the referenced name with the same name as your file Have you moved your reference PIL with the explorer in the settings context? Did you check whether your referenced elements use exact values (instead of group PSGroupSpecifier)? This is especially important when XCode does not allow you to change the asset list type ... Are there any essential elements that you did not add to your element? If so, it will not be displayed ... Do you think everything was right and it has not been displayed yet? Delete the app from the device and clear the build.
Comments
Post a Comment