falopsy
falopsy

Reputation: 636

Adding a Settings.bundle to iPhone app

I am trying to add Settings.bundle to my FIRST iphone app but after adding the bundle file i found out I can't expand the settings file and edit the Roots.plist file according to the instructions. I noticed though that after building the app I can see the application settings in my iPhone settings with some default entries. I'll like to say I am using iOS 5 SDK and xcode 4.2 and am wondering whether that is the cause of the problem and if so how do I go about editing it. I have tried removing the extension to see if it will open as a normal folder but was not successful.

Thanks,

Upvotes: 10

Views: 6595

Answers (1)

xCoder
xCoder

Reputation: 725

Had the same problem after installing XCode 4.2. I've found a simple fix:

1) Click on the Settings.Bundle file, go over to the utilities window,
and look in the File Inspector.
2) Using the drop-down, change the file type to 'Application Bundle'

Good luck!

Upvotes: 44

Related Questions