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. |
|||||||||||||||
|
|
I'm having exactly the same problem. It seems there's a bug in XCode4. Here's what I did that gets you a Settings bundle at least. (1) In XCode, select CMD+N to add a new file. (2) From the drop-down, select Resource (as per the 'instructions' that don't work). (3) Instead of selecting 'Settings.bundle' - select 'Property List'. (4) Name your property list Root.plist and save it in a new directory called 'Settings'. (5) Now CMD+N again and select Strings File. (6) Call the new strings file 'Root.strings' and save that in the 'Settings' directory as well. (7) Now, in your directories and files list on the left, highlight both of the new files and press delete (TRUST ME HERE!). (8) On the delete menu, select 'Remove References Only'. (9) Now go to Finder and rename the 'Settings' directory to 'Settings.bundle' (10) In XCode again, ALT+CMD+A to add a new file to your project and select the 'Settings.bundle' object from the navigator. You will now have a working 'Settings.bundle' BUT the two files will be uninitiated, so you'll have to build them yourself from scratch. This has worked for me twice now and hopefully, this bug will be fixed in the next maintenance release of XCode4. Hope this helps. V.V. |
|||||||
|
|
For those that can't change the filetype, because it doesn't appear, follow these steps:
|
|||
|
|