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 restarted everything and am running out of ideas.
Anyone know of this?
Click on the Settings.bundle file in the left window -> From main menu choose View -> Utilities -> Show FileInspector. Then change fileType to "applicationBundle" = the two missing files will show again under the Settings.bundle.
For those that can't change the filetype, because it doesn't appear, follow these steps:
Type in:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!-- Root.plist Preference settings for MyApp --> <plist version="1.0"> <dict> </dict> </plist>
4a. Change "MyApp" to your app-name
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With